Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit ee31e52

Browse files
committed
💡 Delete useless comment
1 parent a71a77d commit ee31e52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/types/http/HttpCodeStatus.ts

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ export enum HttpCodeStatus {
33
CREATED = 201,
44
BAD_REQUEST = 400,
55
UNAUTHORIZED = 401,
6-
// FORBIDDEN = 403,
76
NOT_FOUND = 404,
87
METHOD_NOT_ALLOWED = 405,
98
INTERNAL_SERVER_ERROR = 500,

0 commit comments

Comments
 (0)