mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-20 06:50:53 +00: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');
|
||||
}
|
||||
|
||||
bootstrap();
|
||||
void bootstrap();
|
||||
|
|
Loading…
Reference in a new issue