Skip to content
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

Conversation

celineung
Copy link
Contributor

No description provided.

Copy link

@celineung celineung force-pushed the 2776-bilan-mvp-etq-prescripteur-je-souhaite-suivre-la-complétion-du-bilan-24 branch from e94e730 to 69b5d39 Compare January 20, 2025 14:10
@celineung celineung force-pushed the 2776-bilan-mvp-etq-prescripteur-je-souhaite-suivre-la-complétion-du-bilan-24 branch from 69b5d39 to 3319fe4 Compare January 20, 2025 14:10
Comment on lines 60 to 61
await Promise.all([
executeInSequence(conventionIdsToRemind, async (conventionId) => {
Copy link
Collaborator

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 :

Suggested change
await Promise.all([
executeInSequence(conventionIdsToRemind, async (conventionId) => {
await executeInSequence(conventionIdsToRemind, async (conventionId) => {

@celineung celineung force-pushed the 2776-bilan-mvp-etq-prescripteur-je-souhaite-suivre-la-complétion-du-bilan-24 branch from 3319fe4 to 162f696 Compare January 20, 2025 14:55
@celineung celineung force-pushed the 2776-bilan-mvp-etq-prescripteur-je-souhaite-suivre-la-complétion-du-bilan-24 branch from 162f696 to 98a67c4 Compare January 20, 2025 16:12
@celineung celineung enabled auto-merge (rebase) January 20, 2025 16:12
@celineung celineung merged commit a51ac48 into main Jan 20, 2025
12 checks passed
@celineung celineung deleted the 2776-bilan-mvp-etq-prescripteur-je-souhaite-suivre-la-complétion-du-bilan-24 branch January 20, 2025 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bilan MVP] ETQ prescripteur, je souhaite suivre la complétion du bilan 2/4
3 participants