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

@ -134,7 +134,7 @@ export class ProfileAbilityController extends Controller {
history.profileAbilityId = data.id;
await this.profileAbilityHistoryRepo.save(history, { data: req });
//setLogDataDiff(req, { before, after: history });
return new HttpSuccess(data.id);
return new HttpSuccess();
}
@Patch("{abilityId}")