mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
remove ticket limit hard coded for testing
This commit is contained in:
@@ -324,7 +324,6 @@ class POSTHandler {
|
||||
for ( let el in this.temporaryTotals ) {
|
||||
this.freeSeats[ el ] -= this.temporaryTotals[ el ];
|
||||
}
|
||||
this.ticketTotals[ 'test3' ] = 2;
|
||||
}
|
||||
|
||||
getFreeSeatsCount() {
|
||||
|
||||
Reference in New Issue
Block a user