This commit is contained in:
David Arranz 2024-08-30 10:27:04 +02:00
parent 299f08ff8d
commit 14e781e4c2

View File

@ -354,6 +354,7 @@ async function getOrCreateUser(req, res, next) {
);
}
} catch (error) {
console.log("error>>>>",error);
return controllerHelper.handleErrorResponse(MODULE_NAME, "getOrCreateUser", error, res);
}