mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-19 12:41:24 +02:00
ElectronPlatform: Fix some type annotations.
This commit is contained in:
parent
4a25252626
commit
73b302f432
@ -131,8 +131,8 @@ class SeshatIndexManager extends BaseEventIndexManager {
|
|||||||
|
|
||||||
async addHistoricEvents(
|
async addHistoricEvents(
|
||||||
events: [HistoricEvent],
|
events: [HistoricEvent],
|
||||||
checkpoint: CrawlerCheckpoint | null = null,
|
checkpoint: CrawlerCheckpoint | null,
|
||||||
oldCheckpoint: CrawlerCheckpoint | null = null,
|
oldCheckpoint: CrawlerCheckpoint | null,
|
||||||
): Promise<> {
|
): Promise<> {
|
||||||
return this._ipcCall('addHistoricEvents', events, checkpoint, oldCheckpoint);
|
return this._ipcCall('addHistoricEvents', events, checkpoint, oldCheckpoint);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user