From 98adfabc5d3da01bb586bb0b7eb5ad3b89e43908 Mon Sep 17 00:00:00 2001 From: Junseo Park Date: Wed, 17 Feb 2021 15:15:33 +0900 Subject: [PATCH] chore: Just sending Internal Server Error --- utils/Fetch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/Fetch.ts b/utils/Fetch.ts index 47f5d2d..b4b7b55 100644 --- a/utils/Fetch.ts +++ b/utils/Fetch.ts @@ -11,7 +11,7 @@ const Fetch = async (endpoint: string, options?: RequestInit):Promise