Skip to content

Commit

Permalink
fix includeOracle for batchL2
Browse files Browse the repository at this point in the history
  • Loading branch information
wphan committed Oct 12, 2023
1 parent 8541f48 commit 8b415b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1100,6 +1100,7 @@ const main = async () => {
includeVamm,
includePhoenix,
includeSerum,
includeOracle,
grouping, // undefined or PRICE_PRECISION
} = req.query;

Expand All @@ -1111,6 +1112,7 @@ const main = async () => {
includeVamm: includeVamm as string | undefined,
includePhoenix: includePhoenix as string | undefined,
includeSerum: includeSerum as string | undefined,
includeOracle: includeOracle as string | undefined,
grouping: grouping as string | undefined,
});

Expand Down

0 comments on commit 8b415b9

Please sign in to comment.