Skip to content

Commit 24197be

Browse files
committed
chore: general migrations from guide
1 parent eaade5f commit 24197be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/pipes/validation.pipe.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {PipeTransform, ArgumentMetadata, BadRequestException, HttpStatus, Injectable} from '@nestjs/common';
22
import { validate } from 'class-validator';
33
import { plainToClass } from 'class-transformer';
4-
import {HttpException} from "@nestjs/common/exceptions/http.exception";
4+
import { HttpException } from '@nestjs/common/exceptions/http.exception';
55

66
@Injectable()
77
export class ValidationPipe implements PipeTransform<any> {

0 commit comments

Comments
 (0)