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
Add empty string validation to paginated reactions request for en… (#70)
Found out next param in returned JSON is deserialized to empty string object.
Then when an empty string is passed into the method, it threw a confusing exception.
So I added this validation to let users know that invalid param.
0 commit comments