Skip to content

Commit

Permalink
refactor: NewUserCreated 이벤트 필드 중복을 해결한다
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb committed Jul 7, 2024
1 parent 413d03a commit 9e42c30
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package org.gitanimals.render.domain.event
data class NewUserCreated(
val userId: Long,
val username: String,
) {
}
val newUserCreated: Boolean = true,
)

0 comments on commit 9e42c30

Please sign in to comment.