From 0263bc0e6d6ddde41984c27a25c82599a2ab814a Mon Sep 17 00:00:00 2001 From: hyohyo12 <129946082+hyohyo12@users.noreply.github.com> Date: Thu, 7 Nov 2024 17:25:02 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=EA=B5=AC=EC=A1=B0=EC=83=81=20?= =?UTF-8?q?=ED=95=84=EC=9A=94=EC=97=86=EB=8A=94=20GUEST=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0=20#8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/user/user-role.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/user/user-role.ts b/backend/src/user/user-role.ts index 083e3094..51217428 100644 --- a/backend/src/user/user-role.ts +++ b/backend/src/user/user-role.ts @@ -1,5 +1,4 @@ export enum Role { ADMIN, - GUEST, MEMBER, }