Skip to content

Commit

Permalink
fix parse
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Lefebvre committed Oct 25, 2023
1 parent 92ce5c8 commit ccbb353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/queries.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { DEFAULT_SORT_BY } from "./config.js";
import { getAddress, parseLimit } from "./utils.js";
import { getAddress, parseLimit, parseTimestamp } from "./utils.js";

export function getTotalSupply(searchParams: URLSearchParams) {
// Params
Expand Down

0 comments on commit ccbb353

Please sign in to comment.