Skip to content

Commit

Permalink
Merge pull request #439 from RJ-SMTR/feature/relatorio_sintetico
Browse files Browse the repository at this point in the history
Ajuste
  • Loading branch information
williamfl2007 committed Aug 29, 2024
2 parents a6316e2 + 40dc855 commit 6938a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cron-jobs/cron-jobs.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export class CronJobsService {
const METHOD = 'generateRemessaEmpresa';
const today = debug?.today || new Date();
if (!isThursday(today)) {
this.logger.log('Não implementado - Hoje não é quinta-feira. Abortando...', undefined, METHOD);
this.logger.log('Não implementado - Hoje não é quinta-feira. Abortando...', METHOD);
return;
}
if (!(await this.getIsCnabJobEnabled(METHOD)) && !debug?.force) {
Expand Down

0 comments on commit 6938a49

Please sign in to comment.