From 14e781e4c2509af0dbc6193fe07559cea348e926 Mon Sep 17 00:00:00 2001 From: David Arranz Date: Fri, 30 Aug 2024 10:27:04 +0200 Subject: [PATCH] . --- modules/auth/auth.controller.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/auth/auth.controller.js b/modules/auth/auth.controller.js index c093875..f94a000 100644 --- a/modules/auth/auth.controller.js +++ b/modules/auth/auth.controller.js @@ -354,6 +354,7 @@ async function getOrCreateUser(req, res, next) { ); } } catch (error) { + console.log("error>>>>",error); return controllerHelper.handleErrorResponse(MODULE_NAME, "getOrCreateUser", error, res); }