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
The call to get app ratings returns an internal server error if there are no votes for the specific snap_id. This is caused by using fetch_one in get_votes_by_snap_id which throws sqlx::RowNotFound if no votes are in the database.
The text was updated successfully, but these errors were encountered:
The call to get app ratings returns an internal server error if there are no votes for the specific snap_id. This is caused by using
fetch_one
in get_votes_by_snap_id which throws sqlx::RowNotFound if no votes are in the database.The text was updated successfully, but these errors were encountered: