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

@ -146,7 +146,7 @@ export class ProfileAssessmentsController extends Controller {
await this.profileAssessmentsHistoryRepository.save(history, { data: req });
setLogDataDiff(req, { before, after: history });
return new HttpSuccess();
return new HttpSuccess(data.id);
}
@Patch("{assessmentId}")