remove ticket limit hard coded for testing

This commit is contained in:
janis
2023-10-16 16:05:31 +02:00
parent 60b53ec435
commit 0134e984f0

View File

@@ -324,7 +324,6 @@ class POSTHandler {
for ( let el in this.temporaryTotals ) {
this.freeSeats[ el ] -= this.temporaryTotals[ el ];
}
this.ticketTotals[ 'test3' ] = 2;
}
getFreeSeatsCount() {