mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-07-27 02:32:07 +00:00
Remove unnecessary todo
This commit is contained in:
parent
abeb83830a
commit
2638756855
@ -524,7 +524,6 @@ export class Database {
|
||||
}
|
||||
|
||||
async getEvents (repo: Repository<EventInterface>, options: FindManyOptions<EventInterface>): Promise<Array<EventInterface>> {
|
||||
// TODO: Filter out pruned blocks
|
||||
const events = repo.find(options);
|
||||
|
||||
return events;
|
||||
|
Loading…
Reference in New Issue
Block a user