mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 00:54:43 -04:00
Fix ESLint errors in main.ts
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
cc1ca69bc1
commit
71e2f06bbb
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