Skip to content

Commit 7d4dc4e

Browse files
committed
🧩 :: 알림 설정 겨울인턴 로직 수정�
1 parent 7f6dc8d commit 7d4dc4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Projects/Presentation/Sources/NotificationSetting/NotificationSettingViewModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public final class NotificationSettingViewModel: BaseViewModel, Stepper {
144144
.flatMap { _ in
145145
self.subscribeNotificationUseCase.execute(
146146
token: Messaging.messaging().fcmToken ?? "",
147-
notificationType: .application
147+
notificationType: .winterIntern
148148
)
149149
}
150150
.subscribe()

0 commit comments

Comments
 (0)