Skip to content

Commit

Permalink
Fix points query
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Mar 24, 2024
1 parent 36db937 commit 7844658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/service/protocol/beefy-vault.ts
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ export class BeefyVaultService {
with product_scope as (
select product_id, price_feed_1_id, price_feed_2_id
from product
where product_id in %L
where product_id in (%L)
),
investor_last_balance as (
select investor_id, product_id, last(balance, datetime) as last_balance
Expand Down

0 comments on commit 7844658

Please sign in to comment.