force track players bc it never ran
All checks were successful
Deploy Backend / deploy (push) Successful in 3m2s
All checks were successful
Deploy Backend / deploy (push) Successful in 3m2s
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user