Skip to content

Commit

Permalink
add missing line (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang authored Dec 11, 2024
1 parent 42315c6 commit d554920
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ per_recipient_partner_fees as (
widget_app_code,
case
when partner_recipient = '0x63695Eee2c3141BDE314C5a6f89B98E62808d716' then sum(0.9 * raw_integrator_fee_in_eth)
else sum(0.85 * raw_integrator_fee_in_eth)
end as partner_fee_part,
case
when partner_recipient = '0x63695Eee2c3141BDE314C5a6f89B98E62808d716' then sum(0.1 * raw_integrator_fee_in_eth)
Expand Down

0 comments on commit d554920

Please sign in to comment.