diff --git a/drama/routes/votes.py b/drama/routes/votes.py index 5e8d294e1..18e9ad30b 100644 --- a/drama/routes/votes.py +++ b/drama/routes/votes.py @@ -113,7 +113,6 @@ def api_vote_post(post_id, x, v): app_id=v.client.application.id if v.client else None ) - g.db.add(vote) g.db.flush()