mirror of https://github.com/vector-im/riot-web
BaseEventIndexManager: Remove a return from a docstring.
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…
Reference in New Issue