mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +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 ) {
|
for ( let el in this.temporaryTotals ) {
|
||||||
this.freeSeats[ el ] -= this.temporaryTotals[ el ];
|
this.freeSeats[ el ] -= this.temporaryTotals[ el ];
|
||||||
}
|
}
|
||||||
this.ticketTotals[ 'test3' ] = 2;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
getFreeSeatsCount() {
|
getFreeSeatsCount() {
|
||||||
|
|||||||
Reference in New Issue
Block a user