From d6d53392d016610fbda8cd7dfb54abdf7f31f928 Mon Sep 17 00:00:00 2001 From: Dobbymin Date: Sun, 29 Sep 2024 15:09:50 +0900 Subject: [PATCH 1/2] =?UTF-8?q?Hotfix:=20github=20action=20=EA=B4=80?= =?UTF-8?q?=EB=A0=A8=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/{workflow => workflows}/ci.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{workflow => workflows}/ci.yml (100%) diff --git a/.github/workflow/ci.yml b/.github/workflows/ci.yml similarity index 100% rename from .github/workflow/ci.yml rename to .github/workflows/ci.yml From 82677d37a4a83618511d425fd0ef620c71c82a80 Mon Sep 17 00:00:00 2001 From: Dobbymin Date: Sun, 29 Sep 2024 15:12:49 +0900 Subject: [PATCH 2/2] =?UTF-8?q?!Hotfix:=20eslint=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=EC=88=98=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 70a497f..9818084 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',