mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
refactor: update all
This commit is contained in:
committed by
Rainer Killinger
parent
a20200e52a
commit
6e07041215
@@ -101,6 +101,7 @@ configureApp(app, {elasticsearch: Elasticsearch})
|
||||
// After app setup listen on provided port, on all network interfaces
|
||||
server.listen(port);
|
||||
})
|
||||
// eslint-disable-next-line unicorn/prefer-top-level-await
|
||||
.catch(error => {
|
||||
throw error;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user