BaseEventIndexManager: Remove a return from a docstring.

This commit is contained in:
Damir Jelić 2019-11-14 16:17:50 +01:00
parent 7516f2724a
commit d82d4246e9

View file

@ -114,9 +114,6 @@ export default class BaseEventIndexManager {
/**
* 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> {
throw new Error("Unimplemented");