Skip to content

Commit 4ec9e4d

Browse files
authored
Merge branch 'dev' into feature/chat-realtime-ws
2 parents 42f09c7 + 0ab3150 commit 4ec9e4d

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)