diff --git a/modules/auth/auth.controller.js b/modules/auth/auth.controller.js index 7843fc7..39991e6 100644 --- a/modules/auth/auth.controller.js +++ b/modules/auth/auth.controller.js @@ -87,7 +87,7 @@ async function loginWithPhone(req, res, next) { return handleErrorResponse(MODULE_NAME, 'getInscriptionsOfNextEventsCount', error, res) } */ - _user.NumberInscriptionsNextEvent = 4; + _user.nextTicketsCount = 4; return controllerHelper.handleResultResponse(_user, null, req.params, res, httpStatus.OK);