BaseEventIndexManager: Remove a return from a docstring.

pull/21833/head
Damir Jelić 2019-11-14 16:17:50 +01:00
parent 7516f2724a
commit d82d4246e9
1 changed files with 0 additions and 3 deletions

View File

@ -114,9 +114,6 @@ export default class BaseEventIndexManager {
/** /**
* Check if our event index is empty. * Check if our event index is empty.
*
* @return {Promise<boolean>} A promise that will resolve to true if the
* event index is empty, false otherwise.
*/ */
indexIsEmpty(): Promise<boolean> { indexIsEmpty(): Promise<boolean> {
throw new Error("Unimplemented"); throw new Error("Unimplemented");