This commit is contained in:
Aevann1 2021-07-26 18:54:35 +02:00
parent 6fda15a4f2
commit fa99a6fd8c

View file

@ -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()