From 7af6a903009750a343fbf7d285de00c4ce08748d Mon Sep 17 00:00:00 2001 From: brian <90752841+wokbjso@users.noreply.github.com> Date: Sat, 3 Aug 2024 02:42:16 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=BD=94=EB=93=9C=20=EB=A6=AC?= =?UTF-8?q?=EB=B7=B0=20=EB=B0=98=EC=98=81'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apis/fetch-data.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apis/fetch-data.ts b/apis/fetch-data.ts index 1bf522f3..518dcc23 100644 --- a/apis/fetch-data.ts +++ b/apis/fetch-data.ts @@ -29,7 +29,6 @@ export async function fetchData( method, headers, body: body ? JSON.stringify(body) : undefined, - cache: 'no-store', }); if (!response.ok) {