✏️ Fix: [#56] InviteCodeUseType choice 필드 값 수정
This commit is contained in:
@@ -9,8 +9,8 @@ class CertificateCodeUseType(models.TextChoices):
|
||||
PHONE = 'phone', 'phone'
|
||||
|
||||
class InviteCodeUseType(models.TextChoices):
|
||||
PROJECT = '프로젝트', '프로젝트'
|
||||
HACKATHON = '해커톤', '해커톤'
|
||||
PROJECT = 'p', 'p'
|
||||
HACKATHON = 'h', 'h'
|
||||
|
||||
class NotificationType(models.TextChoices):
|
||||
INVITE = '초대', '초대'
|
||||
|
||||
Reference in New Issue
Block a user