Fix ESLint errors in main.ts

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2021-02-24 21:08:08 +01:00
parent cc1ca69bc1
commit 71e2f06bbb
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

@ -49,4 +49,4 @@ async function bootstrap() {
logger.log(`Listening on port ${appConfig.port}`, 'AppBootstrap');
}
bootstrap();
void bootstrap();