Skip to content

Commit

Permalink
Merge branch 'feature/DRAW-353-push' into sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
comforest committed Sep 17, 2024
2 parents f89b76d + ce08051 commit 8a74a75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import org.springframework.stereotype.Service
class FcmService(
private val messageSource: MessageSource,
) : PushMessageUseCase {
fun quickStart(localeStr: String, nickname: String) {
override fun quickStart(localeStr: String, nickname: String) {
val locale = Locale(localeStr)

val notification = Notification.builder()
Expand Down

0 comments on commit 8a74a75

Please sign in to comment.