mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 09:04:44 -04:00
Fix ESLint errors in main.ts
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
1cc86a728a
commit
2c841ae578
1 changed files with 1 additions and 1 deletions
|
@ -49,4 +49,4 @@ async function bootstrap() {
|
||||||
logger.log(`Listening on port ${appConfig.port}`, 'AppBootstrap');
|
logger.log(`Listening on port ${appConfig.port}`, 'AppBootstrap');
|
||||||
}
|
}
|
||||||
|
|
||||||
bootstrap();
|
void bootstrap();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue