Commit 864c46e9 authored by nanahira's avatar nanahira

optimize

parent 9361000e
Pipeline #14525 failed with stages
in 31 seconds
......@@ -5,13 +5,11 @@ import {
ApiOkResponse,
ApiOperation,
ApiParam,
ApiProperty,
OmitType,
PartialType,
} from '@nestjs/swagger';
import { Body, Delete, Get, Patch, Post, Query, Type } from '@nestjs/common';
import {
BlankPaginatedReturnMessageDto,
BlankReturnMessageDto,
PaginatedReturnMessageDto,
ReturnMessageDto,
......
import { ValidationPipe } from '@nestjs/common';
import {
ClassConstructor,
plainToInstance,
plainToInstance,
} from 'class-transformer';
import { ClassConstructor, plainToInstance } from 'class-transformer';
export const CreatePipe = new ValidationPipe({
transform: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment