-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#2776 #2778 - envoyer les mails de relances du bilan #2835
The head ref may contain hidden characters: "2776-bilan-mvp-etq-prescripteur-je-souhaite-suivre-la-compl\u00E9tion-du-bilan-24"
#2776 #2778 - envoyer les mails de relances du bilan #2835
Conversation
Review app: |
back/src/domains/convention/adapters/InMemoryConventionRepository.ts
Outdated
Show resolved
Hide resolved
e94e730
to
69b5d39
Compare
69b5d39
to
3319fe4
Compare
await Promise.all([ | ||
executeInSequence(conventionIdsToRemind, async (conventionId) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
il me semble que execute in sequence renvoie une seule promise, donc tu peux juste faire ça :
await Promise.all([ | |
executeInSequence(conventionIdsToRemind, async (conventionId) => { | |
await executeInSequence(conventionIdsToRemind, async (conventionId) => { |
3319fe4
to
162f696
Compare
162f696
to
98a67c4
Compare
No description provided.