Skip to content

Commit

Permalink
Merge pull request #512 from RJ-SMTR/hotfix/491-sincronismo
Browse files Browse the repository at this point in the history
fix: remove test method on load
  • Loading branch information
williamfl2007 authored Oct 21, 2024
2 parents fa72be9 + 4659c43 commit 646e4b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cron-jobs/cron-jobs.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export class CronJobsService {

async onModuleLoad() {
const THIS_CLASS_WITH_METHOD = 'CronJobsService.onModuleLoad';
this.syncTransacaoViewOrdem('van');
this.jobsConfig.push(
{
/**
Expand Down

0 comments on commit 646e4b5

Please sign in to comment.