Skip to content

Commit

Permalink
Remove unnecessary property from adapter object
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Mar 9, 2024
1 parent 893d254 commit 46822bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dexs/ambient/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const fetch: FetchV2 = async ({ startTimestamp, endTimestamp, createBalances, ch
return { dailyVolume, dailyFees, }
}

const adapter = { fetch, runAtCurrTime: true, start: 1685232000, }
const adapter = { fetch, start: 1685232000, }


export default {
Expand Down

0 comments on commit 46822bb

Please sign in to comment.