Revert check_connect

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
This commit is contained in:
ゆめ 2024-12-23 02:32:47 -06:00
parent fb68389b7e
commit 81890283f0
No known key found for this signature in database

View file

@ -54,4 +54,6 @@ const promises = Array
connectToPostgres().then(() => { console.log('Connected to PostgreSQL.'); }),
]);
await Promise.all(promises);
await Promise.allSettled(promises);
process.exit(0);