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",
|
||||
JSON.stringify({
|
||||
errors: verifiedData.error,
|
||||
apiResponse: apiJson,
|
||||
})
|
||||
)
|
||||
return null
|
||||
|
||||
Reference in New Issue
Block a user