Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Dec 24, 2024
1 parent 1952792 commit 1a7a8c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ protocol_fees_collected as (
quote_buy_amount,
tx_hash
from "query_4364122(blockchain='{{blockchain}}')"
where block_number > (select initial_block from initial_block) and cast(order_uid as varchar) not in (select order_uid from query_3639473)
where block_number > (select initial_block from initial_block) and order_uid not in (select order_uid from query_3639473)
)

select
Expand Down

0 comments on commit 1a7a8c5

Please sign in to comment.