mirror of
https://github.com/dancojocaru2000/foxbank.git
synced 2025-02-22 23:39:36 +02:00
Hotfix: notification for received transfer has wrong id
This commit is contained in:
parent
72b19d0c73
commit
28ac7a970e
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ class TransactionsList(MethodView):
|
|||
date_time=date,
|
||||
read=False,
|
||||
)
|
||||
insert_notification(acc.id, notification)
|
||||
insert_notification(whose_account(acc.id), notification)
|
||||
break
|
||||
else:
|
||||
return returns.abort(returns.NOT_FOUND)
|
||||
|
|
Loading…
Add table
Reference in a new issue