From 46822bbd1b5ec6b33ceb1e0354a3970f7acf91cb Mon Sep 17 00:00:00 2001 From: g1nt0ki <99907941+g1nt0ki@users.noreply.github.com> Date: Sat, 9 Mar 2024 11:53:33 +0100 Subject: [PATCH] Remove unnecessary property from adapter object --- dexs/ambient/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dexs/ambient/index.ts b/dexs/ambient/index.ts index 90987d9a09..f5c063634f 100644 --- a/dexs/ambient/index.ts +++ b/dexs/ambient/index.ts @@ -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 {