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 1cc86a728a
commit 2c841ae578
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();