diff --git a/hotel-management/src/constants/statusCode.ts b/hotel-management/src/constants/statusCode.ts index d0953b5..587e7ea 100644 --- a/hotel-management/src/constants/statusCode.ts +++ b/hotel-management/src/constants/statusCode.ts @@ -2,7 +2,6 @@ const STATUS_CODE = { OK: 200, CREATE: 201, NOT_FOUND: 404, - CONNECTION_TIME_OUT: 522, }; export { STATUS_CODE };