mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
BaseEventIndexManager: Fix some type annotations.
This commit is contained in:
parent
5149164010
commit
910c3ac08d
1 changed files with 2 additions and 2 deletions
|
@ -159,8 +159,8 @@ export default class BaseEventIndexManager {
|
||||||
*/
|
*/
|
||||||
async addHistoricEvents(
|
async addHistoricEvents(
|
||||||
events: [HistoricEvent],
|
events: [HistoricEvent],
|
||||||
checkpoint: CrawlerCheckpoint | null = null,
|
checkpoint: CrawlerCheckpoint | null,
|
||||||
oldCheckpoint: CrawlerCheckpoint | null = null,
|
oldCheckpoint: CrawlerCheckpoint | null,
|
||||||
): Promise<bool> {
|
): Promise<bool> {
|
||||||
throw new Error("Unimplemented");
|
throw new Error("Unimplemented");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue