From 2420e22c04cf838468e7656886ea9bb55287ce72 Mon Sep 17 00:00:00 2001 From: iseolin76 Date: Fri, 24 Sep 2021 23:45:39 +0900 Subject: [PATCH] =?UTF-8?q?update:=20reason=EC=9D=84=20=EC=84=A0=ED=83=9D?= =?UTF-8?q?=EC=9D=B8=EC=9E=90=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/api/post.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/api/post.ts b/src/utils/api/post.ts index 7a6b95c..4934f91 100644 --- a/src/utils/api/post.ts +++ b/src/utils/api/post.ts @@ -90,7 +90,7 @@ class Post { } } - setStatusPost(id: string, status = "ACCEPTED", reason: string) { + setStatusPost(id: string, status = "ACCEPTED", reason?: string) { try { const data = { status,