BaseEventIndexManager: Fix some type annotations.
This commit is contained in:
@@ -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");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user