Skip to content

Commit 0ab3150

Browse files
committed
fix(notification): 알림 연결 불안정 토스트에서 console.warn으로 변경
1 parent 1b15311 commit 0ab3150

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/notification/ui/notification-sse-provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export function NotificationSseProvider() {
165165
sourceRef.current = null;
166166
}
167167
if (!hasNotifiedErrorRef.current) {
168-
showToast.warning("실시간 알림 연결이 불안정합니다.");
168+
console.warn("실시간 알림 연결이 불안정합니다.");
169169
hasNotifiedErrorRef.current = true;
170170
}
171171
scheduleReconnect();

0 commit comments

Comments
 (0)