Skip to content

Commit 18e3445

Browse files
Merge pull request nestjs#2929 from yort-feng/patch-1
sample() combine multiple imports from the same module
2 parents af88637 + f397af3 commit 18e3445

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

sample/01-cats-app/src/common/pipes/parse-int.pipe.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { BadRequestException } from '@nestjs/common';
2-
import { PipeTransform, Injectable, ArgumentMetadata } from '@nestjs/common';
1+
import { BadRequestException, PipeTransform, Injectable, ArgumentMetadata } from '@nestjs/common';
32

43
@Injectable()
54
export class ParseIntPipe implements PipeTransform<string> {

0 commit comments

Comments
 (0)