Skip to content

Commit

Permalink
fix: remove test methods
Browse files Browse the repository at this point in the history
  • Loading branch information
yxuo committed Jul 22, 2024
1 parent ae40c18 commit bd9c9be
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/cron-jobs/cron-jobs.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,19 +96,7 @@ export class CronJobsService implements OnModuleInit, OnModuleLoad {
}

async onModuleLoad() {
await this.updateTransacaoView();
const THIS_CLASS_WITH_METHOD = 'CronJobsService.onModuleLoad';
// await this.saveTransacoesJae1(0, 'Todos', new Date());
// await this.saveAndSendRemessa(
// new Date(),
// false,
// true,
// 101,
// 0,
// new Date('2024-07-05'),
// );
// await this.cnabService.updateTransacaoViewBigquery();
// await this.cnabService.compareTransacaoViewPublicacao(14);

this.jobsConfig.push(
{
Expand Down

0 comments on commit bd9c9be

Please sign in to comment.