add blank line
This commit is contained in:
parent
035c4fa269
commit
ec4d87d8ec
|
@ -404,5 +404,6 @@ class ActionView(View):
|
||||||
user = offer.user_from
|
user = offer.user_from
|
||||||
if g.user == offer.user_from:
|
if g.user == offer.user_from:
|
||||||
user = offer.user_to
|
user = offer.user_to
|
||||||
|
|
||||||
confirm = Confirm(user=user, action=offer, devices=offer.devices)
|
confirm = Confirm(user=user, action=offer, devices=offer.devices)
|
||||||
db.session.add(confirm)
|
db.session.add(confirm)
|
||||||
|
|
Reference in New Issue