Skip to content

Commit

Permalink
add trading page
Browse files Browse the repository at this point in the history
  • Loading branch information
lq0-github committed Nov 18, 2024
1 parent 5bdb422 commit 47af9d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/chartToken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ export function generateUrl(
}

async function mockData(params: { symbol: string; resolution: string; from: number; to: number }) {
console.log(params,'params')
if (params.symbol) {
const [base, quote] = params.symbol.includes("_")
? params.symbol.split("_")
Expand Down

0 comments on commit 47af9d7

Please sign in to comment.