Skip to content

Instantly share code, notes, and snippets.

@hmarcelodn
Created July 7, 2022 18:00
Show Gist options
  • Save hmarcelodn/1d1315016762ea5c7f7f101211c93eb2 to your computer and use it in GitHub Desktop.
Save hmarcelodn/1d1315016762ea5c7f7f101211c93eb2 to your computer and use it in GitHub Desktop.
await Promise.all(
documentDrafts.map(async (documentDraft: DocumentDraft) =>
this.updateDocumentDraftPublisher.publish(
new UpdateDocumentDraftCommand(templateId, documentDraft.id, batchId, userId)
)
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment