edit save

This commit is contained in:
kittapath 2024-10-29 14:14:14 +07:00
parent afcba93d3b
commit f1e5220064

View file

@ -2232,7 +2232,7 @@ export class CommandController extends Controller {
_profile.posTypeId = _null;
_profile.posLevelId = _null;
}
await this.profileRepository.save(profile);
await this.profileRepository.save(_profile);
}
}),
);