From 34b6d7098968853b5d6bc50a02a74929189209c9 Mon Sep 17 00:00:00 2001 From: ilia Date: Sat, 22 Oct 2022 19:44:47 +0300 Subject: [PATCH] . --- pages/api/fetch.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/api/fetch.ts b/pages/api/fetch.ts index 93c9597..67cb75a 100644 --- a/pages/api/fetch.ts +++ b/pages/api/fetch.ts @@ -5,7 +5,5 @@ import { host } from "./consts" export const fetcher = axios.create( { baseURL: host, - timeout: 1000, } ) -