Skip to content

Commit

Permalink
[CHORE]#218 : convertType에 UPDATE_REQUIRED 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Jan 31, 2025
1 parent a7cc876 commit 5b67dd7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ enum class NotificationType {
VOTE_RESULT.name -> VOTE_RESULT
VOTE_RECEIVED.name -> VOTE_RECEIVED
PROFILE_UPDATE.name -> PROFILE_UPDATE
UPDATE_REQUIRED.name -> UPDATE_REQUIRED
else -> IDLE
}
}
Expand Down

0 comments on commit 5b67dd7

Please sign in to comment.