Skip to content

Commit

Permalink
fix parameter name passed to sql query
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Sep 6, 2024
1 parent ed86ebd commit 889673a
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 889673a

Please sign in to comment.