Skip to content

Commit

Permalink
Update cowprotocol/accounting/rewards/mainnet/mainnet_dashboard_query…
Browse files Browse the repository at this point in the history
…_2510345.sql

Co-authored-by: Felix Henneke <[email protected]>
  • Loading branch information
harisang and fhenneke authored Nov 21, 2024
1 parent 40a3a9b commit 3181425
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ service_fee_flag as (
when service_fee then 0.85
else 1
end as service_fee_factor
from "query_4298142(time='{{end_time}}')"
from "query_4298142(start_time='{{start_time}}', end_time='{{end_time}}')"
),

combined_data_after_service_fee as (
Expand Down

0 comments on commit 3181425

Please sign in to comment.