mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-21 21:45:11 +00:00
merge: check harder for connectibility (!737)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/737 Approved-by: Hazelnoot <acomputerdog@gmail.com> Approved-by: Marie <github@yuugi.dev>
This commit is contained in:
commit
1bfb0dc395
1 changed files with 1 additions and 1 deletions
|
@ -57,4 +57,4 @@ const promises = Array
|
||||||
connectToPostgres()
|
connectToPostgres()
|
||||||
]);
|
]);
|
||||||
|
|
||||||
await Promise.allSettled(promises);
|
await Promise.all(promises);
|
||||||
|
|
Loading…
Reference in a new issue