Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: general migrations from guide
  • Loading branch information
lujakob committed Mar 23, 2020
1 parent eaade5f commit 24197be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/pipes/validation.pipe.ts
@@ -1,7 +1,7 @@
import {PipeTransform, ArgumentMetadata, BadRequestException, HttpStatus, Injectable} from '@nestjs/common';
import { validate } from 'class-validator';
import { plainToClass } from 'class-transformer';
import {HttpException} from "@nestjs/common/exceptions/http.exception";
import { HttpException } from '@nestjs/common/exceptions/http.exception';

@Injectable()
export class ValidationPipe implements PipeTransform<any> {
Expand Down

0 comments on commit 24197be

Please sign in to comment.