From a0f78f11e7ccfde61c4c0534e592beafc8f5b281 Mon Sep 17 00:00:00 2001 From: Dobbymin Date: Sun, 29 Sep 2024 17:45:03 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20eslint=20=EC=98=A4=EB=A5=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apis/challenge-record/challenge.record.api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apis/challenge-record/challenge.record.api.ts b/src/apis/challenge-record/challenge.record.api.ts index 9818084..c6578e7 100644 --- a/src/apis/challenge-record/challenge.record.api.ts +++ b/src/apis/challenge-record/challenge.record.api.ts @@ -12,7 +12,7 @@ export async function postVerification( id: number, image: File, content: string -): Promise { +): Promise { const formData = new FormData(); formData.append( 'body',