Skip to content

Commit

Permalink
chore(common): remove unused commit statement
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKhanj committed Jul 24, 2022
1 parent 0962b5a commit 712deba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/common/pipes/file/parse-file.pipe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { HttpErrorByCode } from '../../utils/http-error-by-code.util';
import { PipeTransform } from '../../interfaces/features/pipe-transform.interface';
import { ParseFileOptions } from './parse-file-options.interface';
import { FileValidator } from './file-validator.interface';
import { throws } from 'assert';

/**
* Defines the built-in ParseFile Pipe. This pipe can be used to validate incoming files
Expand Down

0 comments on commit 712deba

Please sign in to comment.