mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 21:34:24 +00:00
some semi finished features
This commit is contained in:
@@ -12,6 +12,7 @@ const db = require( '../db/db.js' );
|
||||
class POSTHandler {
|
||||
constructor () {
|
||||
this.allSelectedSeats = { 'TestEvent2': [ { 'id': 'secAr1s1', 'component': 1 } ] };
|
||||
this.ticketTotals = {};
|
||||
}
|
||||
|
||||
// Add lang in the future
|
||||
|
||||
Reference in New Issue
Block a user