Skip to content

Commit

Permalink
feat: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
fanjiachangRyan committed Oct 22, 2024
1 parent 44ec78f commit b5fe961
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dexs/myx-finance/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const methodology = {
}

const fetchApi = async (startTime: number, endTime: number) => {
console.log(startTime, endTime)
const rs = await fetchURL(`${FETCH_URL}?startTime=${startTime}&endTime=${endTime}`)
const data: VolumeType[] = rs?.data ?? []

Expand Down

0 comments on commit b5fe961

Please sign in to comment.