Работа над BookUpdateChecker

This commit is contained in:
Book Pauk
2022-07-26 00:41:07 +07:00
parent 52927c6188
commit e214ddf8d5
4 changed files with 93 additions and 6 deletions

View File

@@ -14,7 +14,6 @@ class BookUpdateCheckerController {
this.isDevelopment = (config.branch == 'development');
this.bucServer = new BUCServer(config);
this.bucServer.main(); //no await
this.wss = wss;