fix(SW-1079): add apiResponse to validation error logs

This commit is contained in:
Michael Zetterberg
2024-11-27 11:22:22 +01:00
parent a69d14ff61
commit ee8f1def20

View File

@@ -154,6 +154,7 @@ export const getVerifiedUser = cache(
"api.user.profile validation error",
JSON.stringify({
errors: verifiedData.error,
apiResponse: apiJson,
})
)
return null