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
The updateGroupProfile should not return an error when groupImage is equal to null and the group profile should update all the fields with data provided
Current Behaviour
The error below is returned when null is passed as value for groupImage
{"statusCode":400,"error":"Bad Request","message":"Validation failed","validation":{"body":{"source":"body","keys":["groupImage"],"message":"\"groupImage\" must be a string"}}}
Reproduction steps
1. Invoke updateGroupProfile functionwith groupImage = null
3. See error
Screenshots
No response
Relevant Logs
No response
Dapp Env
Staging (staging.push.org)
Browsers
No response
The text was updated successfully, but these errors were encountered:
Expected Behaviour
The updateGroupProfile should not return an error when groupImage is equal to null and the group profile should update all the fields with data provided
Current Behaviour
The error below is returned when
null
is passed as value forgroupImage
{"statusCode":400,"error":"Bad Request","message":"Validation failed","validation":{"body":{"source":"body","keys":["groupImage"],"message":"\"groupImage\" must be a string"}}}
Reproduction steps
Screenshots
No response
Relevant Logs
No response
Dapp Env
Staging (staging.push.org)
Browsers
No response
The text was updated successfully, but these errors were encountered: