BaseEventIndexManager: Remove a return from a docstring.
This commit is contained in:
parent
7516f2724a
commit
d82d4246e9
1 changed files with 0 additions and 3 deletions
|
@ -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");
|
||||||
|
|
Loading…
Reference in a new issue