From e5984c77978fcbff857d8274b8ff2b1705b03cd2 Mon Sep 17 00:00:00 2001 From: Wo-ogie <siwall0105@gmail.com> Date: Mon, 27 Nov 2023 15:50:38 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=B0=B8=EA=B0=80=EC=9E=90=20=EC=A4=91?= =?UTF-8?q?=EB=B3=B5=20=EC=83=9D=EC=84=B1=20=EC=8B=9C=20=EC=9D=98=EB=8F=84?= =?UTF-8?q?=ED=95=9C=EB=8C=80=EB=A1=9C=20=EC=97=90=EB=9F=AC=EA=B0=80=20?= =?UTF-8?q?=EB=B0=9C=EC=83=9D=ED=95=98=EC=A7=80=20=EC=95=8A=EB=8A=94=20?= =?UTF-8?q?=EB=AC=B8=EC=A0=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/participant.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/participant.js b/controllers/participant.js index 9980787..581e3e3 100644 --- a/controllers/participant.js +++ b/controllers/participant.js @@ -70,7 +70,7 @@ exports.createParticipant = async (req, res, next) => { reqName, ); if (existingParticipant) { - throw createParticipantIsAlreadyExistError; + throw createParticipantIsAlreadyExistError(); } let passwordEncrypted = null; -- GitLab