|
|
@ -100,7 +100,7 @@ class TransactionsList(MethodView): |
|
|
|
date_time=date, |
|
|
|
date_time=date, |
|
|
|
read=False, |
|
|
|
read=False, |
|
|
|
) |
|
|
|
) |
|
|
|
insert_notification(acc.id, notification) |
|
|
|
insert_notification(whose_account(acc.id), notification) |
|
|
|
break |
|
|
|
break |
|
|
|
else: |
|
|
|
else: |
|
|
|
return returns.abort(returns.NOT_FOUND) |
|
|
|
return returns.abort(returns.NOT_FOUND) |
|
|
|