mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-26 11:43:59 -05: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');
|
||||
}
|
||||
|
||||
bootstrap();
|
||||
void bootstrap();
|
||||
|
|
Loading…
Reference in a new issue