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
All gRPC functions that return StatusResponse aren't working as expected while testing on Postman.
Expectation is that enum representing SUCCESS or FAILURE is returned in StatusResponse object.
All gRPC functions that return
StatusResponsearen't working as expected while testing on Postman.Expectation is that enum representing
SUCCESSorFAILUREis returned inStatusResponseobject.