Skip to content

Commit

Permalink
refactor: remove export call from onModuleInit method
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zklink committed Dec 6, 2024
1 parent 52cccac commit 8563210
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export class AppService implements OnModuleInit, OnModuleDestroy {
}

public async onModuleInit() {
await this.exportAllUserSeaonPoint.output();
this.startWorkers();
}

Expand Down

0 comments on commit 8563210

Please sign in to comment.