Skip to content

Commit

Permalink
Add page size to args
Browse files Browse the repository at this point in the history
  • Loading branch information
xbtmatt committed Nov 27, 2024
1 parent f4e50a0 commit cfd3cbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/typescript/sdk/src/indexer-v2/queries/app/home.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ const selectMarketsFromPriceFeed = ({
...args
}: MarketStateQueryArgs) =>
selectMarketHelper({
pageSize,
...args,
tableName: TableName.PriceFeed,
});
Expand Down

0 comments on commit cfd3cbc

Please sign in to comment.