mirror of
https://github.com/Kevsl/crypto-exchange-api.git
synced 2026-02-06 02:26:13 +01:00
fixed get my assets
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user