ElectronPlatform: Fix some type annotations.
parent
4a25252626
commit
73b302f432
|
@ -131,8 +131,8 @@ class SeshatIndexManager extends BaseEventIndexManager {
|
|||
|
||||
async addHistoricEvents(
|
||||
events: [HistoricEvent],
|
||||
checkpoint: CrawlerCheckpoint | null = null,
|
||||
oldCheckpoint: CrawlerCheckpoint | null = null,
|
||||
checkpoint: CrawlerCheckpoint | null,
|
||||
oldCheckpoint: CrawlerCheckpoint | null,
|
||||
): Promise<> {
|
||||
return this._ipcCall('addHistoricEvents', events, checkpoint, oldCheckpoint);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue