mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 13:24:24 +00:00
add deployment notes
This commit is contained in:
@@ -29,7 +29,6 @@ class GETHandler {
|
||||
} else if ( call === 'getReservedSeats' ) {
|
||||
if ( query.event ) {
|
||||
db.getDataSimple( 'temp', 'user_id', session.id ).then( dat => {
|
||||
// console.log( dat[ 0 ] ? JSON.parse( dat[ 0 ].data )[ query.event ] ?? {} : {} );
|
||||
resolve( { 'user': dat[ 0 ] ? JSON.parse( dat[ 0 ].data )[ query.event ] ?? {} : {} } );
|
||||
} ).catch( () => {
|
||||
reject( { 'code': 500, 'message': 'ERR_DB' } );
|
||||
|
||||
Reference in New Issue
Block a user