EventIndex: Add some more docs and fix some lint issues.
This commit is contained in:
parent
c26df9d9ef
commit
cc2ee53824
4 changed files with 24 additions and 6 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue