Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Sep 17, 2024
1 parent acba155 commit 7a2c716
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ service_fee_flag as (
solver,
service_fee,
case
when service_fee is true then 0.85
when service_fee then 0.85
else 1
end as service_fee_factor
from "query_4017925"
Expand Down

0 comments on commit 7a2c716

Please sign in to comment.