forked from Yara724/api
blame and claim refactored
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
import { ApiProperty, ApiSchema } from "@nestjs/swagger";
|
||||
import { ApiProperty } from "@nestjs/swagger";
|
||||
import { IsDateString } from "class-validator";
|
||||
|
||||
@ApiSchema({
|
||||
name: "Update user profile",
|
||||
description: "Users updates their profile via this API.",
|
||||
})
|
||||
export class UpdateUserProfileDtoRq {
|
||||
// @ApiProperty({})
|
||||
// mobile: string;
|
||||
|
||||
Reference in New Issue
Block a user