force track players bc it never ran
All checks were successful
Deploy Backend / deploy (push) Successful in 3m2s

This commit is contained in:
Lee
2024-10-10 01:15:16 +01:00
parent 82116a7405
commit d5cc35da05
2 changed files with 16 additions and 5 deletions

View File

@ -99,6 +99,11 @@ app.use(
})
);
/**
* Start cronjobs
*/
PlayerService.initCronjobs();
/**
* Swagger Documentation
*/
@ -108,9 +113,4 @@ app.onStart(() => {
console.log("Listening on port http://localhost:8080");
});
/**
* Start cronjobs
*/
PlayerService.initCronjobs();
app.listen(8080);