mirror of
https://git.dirksys.ovh/dirk/bankserver.git
synced 2025-12-20 02:59:20 +01:00
fix sql row deserialization for transaction
This commit is contained in:
parent
b5635559f3
commit
a159fa42c2
@ -20,7 +20,7 @@ fn full_transaction_from_row(row: Row) -> FullTransaction {
|
|||||||
"from_user_id",
|
"from_user_id",
|
||||||
"from_user_name",
|
"from_user_name",
|
||||||
"from_account_id",
|
"from_account_id",
|
||||||
"to_account_name",
|
"from_account_name",
|
||||||
),
|
),
|
||||||
to: participant_from_row(
|
to: participant_from_row(
|
||||||
&row,
|
&row,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user