fix: branch code
This commit is contained in:
parent
c978d3adec
commit
5cc0f1c659
3 changed files with 24 additions and 24 deletions
|
|
@ -116,7 +116,7 @@ export class BranchUserController extends Controller {
|
|||
throw new HttpError(
|
||||
HttpStatus.BAD_REQUEST,
|
||||
"Branch cannot be found.",
|
||||
"missing_or_invalid_parameter",
|
||||
"branchBadReq",
|
||||
);
|
||||
}
|
||||
|
||||
|
|
@ -124,7 +124,7 @@ export class BranchUserController extends Controller {
|
|||
throw new HttpError(
|
||||
HttpStatus.BAD_REQUEST,
|
||||
"One or more user cannot be found.",
|
||||
"missing_or_invalid_parameter",
|
||||
"oneOrMoreUserBadReq",
|
||||
);
|
||||
}
|
||||
|
||||
|
|
@ -234,7 +234,7 @@ export class UserBranchController extends Controller {
|
|||
throw new HttpError(
|
||||
HttpStatus.BAD_REQUEST,
|
||||
"One or more branch cannot be found.",
|
||||
"missing_or_invalid_parameter",
|
||||
"oneOrMoreBranchBadReq",
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue