.
This commit is contained in:
parent
3fdc2098dd
commit
1331935b00
@ -96,6 +96,9 @@ const extraControllers = {
|
||||
|
||||
try {
|
||||
const result = await eventReservationService._getReservaByCode(eventId, registrationCode);
|
||||
|
||||
console.log('>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>RESULT>>>>>>>>>>>>>>>>>>>>>>>>>><<', result);
|
||||
|
||||
if (appVersion) {
|
||||
if (appVersion == "1.0.0" || appVersion == "1.0.1" || appVersion == "1.0.2")
|
||||
return handleResultResponse(!!result, null, params, res, httpStatus.OK);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user