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
Right now, we have an endpoint at .../feedbacks/votes. We want to change this to .../feedbacks, where this returns upvotes and downvotes as well instead of or in addition to reactions.
The text was updated successfully, but these errors were encountered:
We need to do the switching from upvote to downvote or vice versa with a transaction or something similar, as right now there's a race condition calling delete and post.
Right now, we have an endpoint at
.../feedbacks/votes
. We want to change this to.../feedbacks
, where this returnsupvotes
anddownvotes
as well instead of or in addition toreactions
.The text was updated successfully, but these errors were encountered: