no message
This commit is contained in:
parent
3fac128e5b
commit
4a6fb0aa28
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ export class OrgRootController extends Controller {
|
|||
}
|
||||
|
||||
const revisionIdExits = await this.orgRevisionRepository.findOne({
|
||||
where: { id: orgRoot.orgRevisionId },
|
||||
where: { id: orgRoot.orgRevisionId }
|
||||
});
|
||||
if (!revisionIdExits) {
|
||||
throw new HttpError(HttpStatusCode.NOT_FOUND, "not found. RevisionId");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue