no message

This commit is contained in:
kittapath 2025-01-27 11:51:33 +07:00
parent 8d5697245f
commit 03a7b45aa3
9 changed files with 9 additions and 9 deletions

View file

@ -133,7 +133,7 @@ export class ProfileAssistanceEmployeeTempController extends Controller {
await this.profileAssistanceHistoryRepo.save(history, { data: req });
//setLogDataDiff(req, { before, after: history });
return new HttpSuccess();
return new HttpSuccess(data.id);
}
@Patch("{assistanceId}")