✏️ Fix: [#69] NotificationType 초대 변수 상세화(프로젝트 초대)
This commit is contained in:
@@ -13,7 +13,7 @@ class InviteCodeUseType(models.TextChoices):
|
||||
HACKATHON = 'h', 'h'
|
||||
|
||||
class NotificationType(models.TextChoices):
|
||||
INVITE = '초대', '초대'
|
||||
PROJECT_INVITE = '프로젝트 초대', '프로젝트 초대'
|
||||
|
||||
class InvitationStatus(models.TextChoices):
|
||||
PENDING = '대기', '대기'
|
||||
|
||||
Reference in New Issue
Block a user