Skip to content

Commit

Permalink
Remove unnecessary todo
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamesh0 committed Sep 16, 2024
1 parent abeb838 commit 2638756
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/util/src/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2638756

Please sign in to comment.