forked from Yara724/api
blame and claim refactored
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { ApiProperty, ApiSchema } from "@nestjs/swagger";
|
||||
import { ApiProperty } from "@nestjs/swagger";
|
||||
import { IsMobilePhone, IsString, Length } from "class-validator";
|
||||
import { DamageExpertModel } from "src/users/entities/schema/damage-expert.schema";
|
||||
|
||||
@@ -28,10 +28,6 @@ export class ProfileActor {
|
||||
}
|
||||
}
|
||||
|
||||
@ApiSchema({
|
||||
name: "Edit Actor Profile",
|
||||
description: "Body of the request to edit the actor's profile",
|
||||
})
|
||||
export class ActorEditUserProfileDto {
|
||||
@ApiProperty({
|
||||
type: "string",
|
||||
|
||||
Reference in New Issue
Block a user