Skip to content

Commit ee01bdd

Browse files
committed
coderabbit fix
1 parent 44990b4 commit ee01bdd

File tree

1 file changed

+1
-3
lines changed
  • apps/desktop/src/components/editor-area

1 file changed

+1
-3
lines changed

apps/desktop/src/components/editor-area/index.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -462,9 +462,7 @@ export function useEnhanceMutation({
462462

463463
// Show native notification for local AI model summarization completion
464464
if (sessionId !== onboardingSessionId) {
465-
notificationCommands.showSummarizationCompleteNotification().catch(error => {
466-
console.error("Failed to show summarization complete notification:", error);
467-
});
465+
notificationCommands.showSummarizationCompleteNotification();
468466
}
469467
}
470468

0 commit comments

Comments
 (0)