diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2019-12-06 09:53:59 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2019-12-06 09:53:59 +0100 |
commit | 73a0697e0fdbd3a9a5a9c963b5c654ce9f9bccc2 (patch) | |
tree | 074529642d18ab3c403d435584f464669cb0bbfa /docker | |
parent | fcc2328a3bf49eb5310413058cc9ebaf8e7819f8 (diff) | |
download | infrastructure-73a0697e0fdbd3a9a5a9c963b5c654ce9f9bccc2.tar.gz infrastructure-73a0697e0fdbd3a9a5a9c963b5c654ce9f9bccc2.zip |
WIP netiquette
Diffstat (limited to 'docker')
-rw-r--r-- | docker/netiquette/index.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/netiquette/index.mjs b/docker/netiquette/index.mjs index 6aca6e4..41b27e3 100644 --- a/docker/netiquette/index.mjs +++ b/docker/netiquette/index.mjs @@ -26,7 +26,7 @@ function* notifications_aggregator(injectors) { yield async (tag_list) => { states[idx] = tag_list const merged = states.reduce((acc, tag) => [...acc, ...tag], []) - await Promise.all(injectors.map(notify => notify(merged))) + await Promise.all(injectors.map(notify => notify(merged))) } } } |