fix: แก้เอา profileId update ออก

This commit is contained in:
Net 2024-03-20 11:04:06 +07:00
parent 5cd4beebed
commit 2a044b8ef1
7 changed files with 0 additions and 7 deletions

View file

@ -87,7 +87,6 @@ export class CreateProfileDuty {
}
export type UpdateProfileDuty = {
profileId?: string | null;
isActive?: boolean;
dateStart?: Date | null;
dateEnd?: Date | null;