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
In addOrUpdate function in users which updates profileDiffs, we need to check that the profileDiffs does not contain wrong types like null and undefined.
Expected Behavior
Throws an error if profileDiffs contains undefined or null type value
Current Behavior
Not Handled
Screenshots
Severity/Priority
Critical
High
Medium
Low
The text was updated successfully, but these errors were encountered:
Issue Description
In addOrUpdate function in users which updates profileDiffs, we need to check that the profileDiffs does not contain wrong types like null and undefined.
Expected Behavior
Throws an error if profileDiffs contains undefined or null type value
Current Behavior
Not Handled
Screenshots
Severity/Priority
The text was updated successfully, but these errors were encountered: