Skip to content

Commit

Permalink
Revert "fix: run remessa on load"
Browse files Browse the repository at this point in the history
This reverts commit 6912ccf.
  • Loading branch information
yxuo committed May 31, 2024
1 parent 6912ccf commit 719ab48
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/cron-jobs/cron-jobs.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ export class CronJobsService implements OnModuleInit, OnModuleLoad {
async onModuleLoad() {
const THIS_CLASS_WITH_METHOD = 'CronJobsService.onModuleLoad';

await this.saveTransacoesJae1();
await this.sendRemessa();

this.jobsConfig.push(
{
name: CrobJobsEnum.bulkSendInvites,
Expand Down

0 comments on commit 719ab48

Please sign in to comment.