Skip to content

Commit 4372a70

Browse files
abhizipstackclaude
andcommitted
fix: prettier formatting in notification-service ternary chain
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent be398f6 commit 4372a70

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

frontend/src/service/notification-service.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ function NotificationProvider({ children }) {
6969
errorStatus === 403
7070
? "Access Denied"
7171
: errorStatus === 404
72-
? "Not Found"
73-
: errorStatus === 429
74-
? "Too Many Requests"
75-
: "Failed";
72+
? "Not Found"
73+
: errorStatus === 429
74+
? "Too Many Requests"
75+
: "Failed";
7676
finalDescription = text;
7777
}
7878
} else {

0 commit comments

Comments
 (0)