EventIndex: Add some more docs and fix some lint issues.
This commit is contained in:
@@ -168,7 +168,7 @@ export default class BaseEventIndexManager {
|
||||
async addHistoricEvents(
|
||||
events: [HistoricEvent],
|
||||
checkpoint: CrawlerCheckpoint | null = null,
|
||||
oldCheckpoint: CrawlerCheckpoint | null = null,
|
||||
oldCheckpoint: CrawlerCheckpoint | null = null,
|
||||
): Promise<bool> {
|
||||
throw new Error("Unimplemented");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user