add blank line

This commit is contained in:
Cayo Puigdefabregas 2021-04-27 15:39:37 +02:00
parent 035c4fa269
commit ec4d87d8ec
1 changed files with 1 additions and 0 deletions

View File

@ -404,5 +404,6 @@ class ActionView(View):
user = offer.user_from
if g.user == offer.user_from:
user = offer.user_to
confirm = Confirm(user=user, action=offer, devices=offer.devices)
db.session.add(confirm)