fixed get my assets

This commit is contained in:
Kevsl
2024-06-07 12:35:47 +02:00
parent 3c0f14b02e
commit 2db99d1354
5 changed files with 11 additions and 67 deletions

View File

@@ -1,11 +1,5 @@
import { ApiProperty } from '@nestjs/swagger';
import {
IsCreditCard,
IsEmail,
IsNotEmpty,
IsOptional,
IsString,
} from 'class-validator';
import { IsEmail, IsNotEmpty, IsOptional, IsString } from 'class-validator';
export class AuthRegisterDto {
@ApiProperty({
type: String,