Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Jan 9, 2024
1 parent d82efa3 commit 88d2256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ agenda.define('synchronize fr-esr-referentiel-geographique', { shouldSaveResult:
agenda.define('synchronize curiexplore actors', { shouldSaveResult: true }, synchronizeCuriexploreActors);
agenda.define('ask for email revalidation with otp', { shouldSaveResult: true }, askForEmailRevalidation);
agenda.define('delete passed gouvernance personal info', { shouldSaveResult: true }, deletePassedGouvernancePersonnalInformation);
agenda.define('syncronize governance collection', { shouldSaveResult: true }, synchronizeAnnuaireCollection);
agenda.define('synchronize governance collection', { shouldSaveResult: true }, synchronizeAnnuaireCollection);

agenda
.on('ready', () => { logger.info('Agenda connected to mongodb'); })
Expand Down

0 comments on commit 88d2256

Please sign in to comment.