From 5a09f01dc227e1feb467f5499e823a87016ccc36 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 3 Sep 2019 19:19:16 +0200 Subject: [PATCH] a --- modules/auth/auth.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);