You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"statusCode": 422,
"message": "userID cannot be updated by this method"
"error": {
"statusCode": 422,
"name": "Error",
"message": "UserID cannot be changed"
}
}
We should remove the error part which is duplicate. Simple as removing usage of src/error-signature-backward-compatibility/error-signature-backward-compatibility.filter.ts
The text was updated successfully, but these errors were encountered:
Errors signature are currently:
We should remove the
error
part which is duplicate. Simple as removing usage ofsrc/error-signature-backward-compatibility/error-signature-backward-compatibility.filter.ts
The text was updated successfully, but these errors were encountered: