Skip to content

Commit 1f41ebd

Browse files
committed
update classify
1 parent 8d620f8 commit 1f41ebd

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

web-report/src/components/StatusCodeModal.tsx

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,6 @@ export function StatusCodeModal({ isOpen, onClose, statusCode }: StatusCodeModal
5757
return "REST/HTTP Faults"
5858
case 200:
5959
return "Security Faults"
60-
case 300:
61-
return "GraphQL Issues"
62-
case 400:
63-
return "RPC Issues"
64-
case 500:
65-
return "Web Issues"
66-
case 800:
67-
return "Security Issues"
6860
case 900:
6961
return "Custom Faults"
7062
default:
@@ -78,14 +70,6 @@ export function StatusCodeModal({ isOpen, onClose, statusCode }: StatusCodeModal
7870
return "1xx"
7971
case 200:
8072
return "2xx"
81-
case 300:
82-
return "3xx"
83-
case 400:
84-
return "4xx"
85-
case 500:
86-
return "5xx"
87-
case 800:
88-
return "8xx"
8973
case 900:
9074
return "9xx"
9175
default:

0 commit comments

Comments
 (0)