auth
This commit is contained in:
@@ -25,6 +25,7 @@ export class CreateSalonDto {
|
||||
@Matches(/^09\d{9}$/)
|
||||
phone: string;
|
||||
|
||||
@IsOptional()
|
||||
@IsUUID()
|
||||
ownerId: string;
|
||||
ownerId?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user