Skip to content

Commit

Permalink
Merge pull request #121 from zkLinkProtocol/feat-addScriptExportUserP…
Browse files Browse the repository at this point in the history
…oints

refactor: remove export call from onModuleInit method
  • Loading branch information
zkcarter authored Dec 6, 2024
2 parents 7c0a58b + 8563210 commit 331e982
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 331e982

Please sign in to comment.