Skip to content

Commit

Permalink
fix: clan games cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
csuvajit committed Dec 1, 2024
1 parent ff35359 commit 5f65e12
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/tasks/cleanup.tasks.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,6 @@ export class CleanupTasksService {
return { status: 'success' };
}

private async onModuleInit() {
this.restoreClanGames();
}

private async restoreClanGames() {
let lastCursor = null;
let loop = 0;
Expand Down

0 comments on commit 5f65e12

Please sign in to comment.