This commit is contained in:
AdisakKanthawilang 2025-03-10 14:14:01 +07:00
parent efee15eb97
commit af2464e2a0
2 changed files with 5 additions and 6 deletions

View file

@ -3100,7 +3100,6 @@ export class OrganizationController extends Controller {
};
const orgRevision = await this.orgRevisionRepository.findOne({ where: { id } });
console.log('orgRevision:',orgRevision);
if (!orgRevision) {
throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบข้อมูล");