fix(SW-1079): add apiResponse to validation error logs
This commit is contained in:
@@ -154,6 +154,7 @@ export const getVerifiedUser = cache(
|
|||||||
"api.user.profile validation error",
|
"api.user.profile validation error",
|
||||||
JSON.stringify({
|
JSON.stringify({
|
||||||
errors: verifiedData.error,
|
errors: verifiedData.error,
|
||||||
|
apiResponse: apiJson,
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
return null
|
return null
|
||||||
|
|||||||
Reference in New Issue
Block a user