Skip to content

Commit

Permalink
feat/#294 : NotificationType 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
LJH098 committed Jun 6, 2024
1 parent 532a97b commit 0dfb493
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package com.gaebaljip.exceed.infrastructure.sse.adapter.out;

public enum NotificationType {
// 알람
NOTICE
// 알림
NOTICE,
// 채팅
CHAT
}

0 comments on commit 0dfb493

Please sign in to comment.