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
On a post with no votes, vote it up and then vote it up again to reset the vote. The operation succeeds, but the API fails to set Response.Rating because UpdatePostResponseVote.Rating is a non-nullable int. Making it a nullable int should fix things.
The text was updated successfully, but these errors were encountered:
On a post with no votes, vote it up and then vote it up again to reset the vote. The operation succeeds, but the API fails to set
Response.Rating
becauseUpdatePostResponseVote.Rating
is a non-nullable int. Making it a nullable int should fix things.The text was updated successfully, but these errors were encountered: