From fa99a6fd8cefb9e33432b7f845439e6bb4925ba7 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 26 Jul 2021 18:54:35 +0200 Subject: [PATCH] dfd --- drama/routes/votes.py | 1 - 1 file changed, 1 deletion(-) 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()