Browse Source

reverst some unused change

Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>
ruiyi.jiang 2 years ago
parent
commit
03dbea3eb1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      client/src/consts/Http.ts

+ 0 - 1
client/src/consts/Http.ts

@@ -1,6 +1,5 @@
 export enum CODE_STATUS {
   SUCCESS = 200,
-  BAD_REQUEST = 400,
   UNAUTHORIZED = 401,
   FORBIDDEN = 403,
 }