Remove unnecessary todo

This commit is contained in:
Prathamesh Musale 2024-09-16 17:28:38 +05:30
parent abeb83830a
commit 2638756855

View File

@ -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;