no message

This commit is contained in:
kittapath 2024-10-10 00:35:17 +07:00
parent 46b3df5e95
commit e43c29dbc4
9 changed files with 1095 additions and 29 deletions

View file

@ -1080,7 +1080,6 @@ export class CommandController extends Controller {
})),
})
.then(async (res) => {
console.log(res);
_command = res;
})
.catch(() => {});
@ -2207,7 +2206,6 @@ export class CommandController extends Controller {
await this.positionRepository.save(positionNew, { data: req });
}
}
// console.log(`${item.bodyProfile.citizenId} ==> Success`)
}),
);
return new HttpSuccess();