a
This commit is contained in:
parent
db922a39da
commit
d5feef5b67
@ -37,7 +37,7 @@ const extraControllers = {
|
||||
|
||||
try {
|
||||
const result = await eventReservationService._getReservaByCode(eventId, registrationCode);
|
||||
if (appVersion && (appVersion = '1.0.3'))
|
||||
if (appVersion && (appVersion == '1.0.3'))
|
||||
return handleResultResponse(result, null, params, res, httpStatus.OK)
|
||||
else
|
||||
return handleResultResponse(!!result, null, params, res, httpStatus.OK);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user