mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-01 08:41:48 +01:00
BaseEventIndexManager: Remove a return from a docstring.
This commit is contained in:
parent
7516f2724a
commit
d82d4246e9
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user