.
This commit is contained in:
parent
299f08ff8d
commit
14e781e4c2
@ -354,6 +354,7 @@ async function getOrCreateUser(req, res, next) {
|
||||
);
|
||||
}
|
||||
} catch (error) {
|
||||
console.log("error>>>>",error);
|
||||
return controllerHelper.handleErrorResponse(MODULE_NAME, "getOrCreateUser", error, res);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user