Skip to content

Commit

Permalink
feat : 카테고리 타입 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
seokho-1116 committed May 22, 2024
1 parent 501fde8 commit 5a5541c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package site.timecapsulearchive.core.domain.member.entity;

public enum CategoryName {
CAPSULE_SKIN, FRIEND_REQUEST, FRIEND_ACCEPT, GROUP_REQUEST, GROUP_ACCEPT
CAPSULE_SKIN, FRIEND_REQUEST, FRIEND_ACCEPT, GROUP_INVITE, GROUP_ACCEPT
}

0 comments on commit 5a5541c

Please sign in to comment.