Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clearing the last vote on a post works but throws an exception #94

Open
TravisSpomer opened this issue Jan 1, 2025 · 0 comments
Open
Labels
api This needs a new API bug Something isn't working

Comments

@TravisSpomer
Copy link
Owner

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.

@TravisSpomer TravisSpomer converted this from a draft issue Jan 1, 2025
@TravisSpomer TravisSpomer added bug Something isn't working api This needs a new API labels Jan 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api This needs a new API bug Something isn't working
Projects
Status: Now
Development

No branches or pull requests

1 participant