This commit is contained in:
David Arranz 2019-09-09 16:55:26 +02:00
parent db922a39da
commit d5feef5b67

View File

@ -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);