fix(server): lint import order (#3974)
* fix: use prettier extension * chore: format fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { IsBoolean } from 'class-validator';
|
||||
import { BulkIdsDto } from '../response-dto';
|
||||
import { Optional } from '../../domain.util';
|
||||
import { BulkIdsDto } from '../response-dto';
|
||||
|
||||
export class AssetBulkUpdateDto extends BulkIdsDto {
|
||||
@Optional()
|
||||
|
||||
Reference in New Issue
Block a user