clean up settings of event and general ones

This commit is contained in:
2023-08-10 20:54:53 +02:00
parent 5c87a5a282
commit d2c0257b8f
8 changed files with 100 additions and 82 deletions

View File

@@ -56,7 +56,7 @@ class TicketGenerator {
}
}
// TODO: Maybe move to subprocesses
// TODO: FUTURE: move to subprocesses
queueHandler () {
if ( !this.isRunning ) {
this.isRunning = true;