From f7a4e25572353e2f81058e9c9eefd78afa229f7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Muhammed=20Tanr=C4=B1kulu?= Date: Thu, 26 Sep 2024 17:07:13 +0200 Subject: [PATCH] lint --- src/utils/fetch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/fetch.ts b/src/utils/fetch.ts index 2a5280c..0639606 100644 --- a/src/utils/fetch.ts +++ b/src/utils/fetch.ts @@ -23,7 +23,7 @@ export function createCacheAdapter(fetch: Axios, ttl: number) { function createFetcher({ ttl, agents, - maxContentLength + maxContentLength, }: { ttl?: number; agents?: AxiosAgents;