We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc480e commit 08ad5b4Copy full SHA for 08ad5b4
src/apis/utils.ts
@@ -31,7 +31,6 @@ export function formatQueryParamToUnixTimestamp (param: string | undefined): str
31
}
32
33
if (isNaN(date.getTime())) {
34
- console.log({ param, date, time: date.getTime() })
35
throw new Error(`Invalid date format: ${param}`)
36
37
0 commit comments