Skip to content

Commit

Permalink
style: beautify the code
Browse files Browse the repository at this point in the history
  • Loading branch information
Cdm2883 committed Jun 26, 2024
1 parent 8c22c50 commit 9963b50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ globalLogger.info(String.raw` ╚═╝┴└─┴─┴┘ ╚═╝└─┘
globalLogger.info(' ' + chalk.bold.black.bgBlue(`v${packageJson.version}`.padEnd(20)));
globalLogger.info();

// noinspection JSIgnoredPromiseFromCall
initRelay();
void initRelay();

await app.prepare();
const wss = initWebsocket();
Expand Down

0 comments on commit 9963b50

Please sign in to comment.