mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-09 22:57:24 +00:00
prettier
This commit is contained in:
@ -1,10 +1,4 @@
|
||||
import {
|
||||
IsUUID,
|
||||
IsInt,
|
||||
IsOptional,
|
||||
ValidateNested,
|
||||
IsArray,
|
||||
} from 'class-validator';
|
||||
import { IsUUID, IsOptional, ValidateNested, IsArray } from 'class-validator';
|
||||
import { Type } from 'class-transformer';
|
||||
import { SpaceModelDto } from '../../space-model/dtos/space-model.dto';
|
||||
import { ProductDto } from '../../product/dtos/product.dto';
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { IsUUID, IsInt, ValidateNested, IsArray } from 'class-validator';
|
||||
import { IsUUID, ValidateNested, IsArray } from 'class-validator';
|
||||
import { Type } from 'class-transformer';
|
||||
import { SubSpaceModelDto } from './subspace-model.dto';
|
||||
import { ProductDto } from '@app/common/modules/product/dtos';
|
||||
|
Reference in New Issue
Block a user