remove unused DTO
This commit is contained in:
@@ -1,8 +0,0 @@
|
|||||||
import { ApiProperty } from '@nestjs/swagger';
|
|
||||||
import { IsNotEmpty } from 'class-validator';
|
|
||||||
|
|
||||||
export class AssetFileUploadDto {
|
|
||||||
@IsNotEmpty()
|
|
||||||
@ApiProperty({ type: 'string', format: 'binary' })
|
|
||||||
assetData!: any;
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user