Skip to content

Commit

Permalink
Merge pull request #54 from cowprotocol/db_hotfix
Browse files Browse the repository at this point in the history
Fix parameter name passed to sql query
  • Loading branch information
harisang authored Sep 6, 2024
2 parents ed86ebd + 889673a commit 360960e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ def write_fees(
"token_address": token_address_bytes,
"fee_amount": fee_amount,
"fee_type": fee_type,
"recipient": final_recipient,
"fee_recipient": final_recipient,
},
)

0 comments on commit 360960e

Please sign in to comment.