Skip to content

Commit ca72d2e

Browse files
committed
chore(): remove unused declarations
1 parent b98e4d2 commit ca72d2e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/platform-express/adapters/express-adapter.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import {
22
InternalServerErrorException,
33
Logger,
4-
RawBodyRequest,
54
RequestMethod,
65
StreamableFile,
76
VersioningType,
@@ -33,7 +32,7 @@ import * as cors from 'cors';
3332
import * as express from 'express';
3433
import * as http from 'http';
3534
import * as https from 'https';
36-
import { PassThrough, pipeline } from 'stream';
35+
import { pipeline } from 'stream';
3736
import { ServeStaticOptions } from '../interfaces/serve-static-options.interface';
3837
import { getBodyParserOptions } from './utils/get-body-parser-options.util';
3938

0 commit comments

Comments
 (0)