We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b98e4d2 commit ca72d2eCopy full SHA for ca72d2e
1 file changed
packages/platform-express/adapters/express-adapter.ts
@@ -1,7 +1,6 @@
1
import {
2
InternalServerErrorException,
3
Logger,
4
- RawBodyRequest,
5
RequestMethod,
6
StreamableFile,
7
VersioningType,
@@ -33,7 +32,7 @@ import * as cors from 'cors';
33
32
import * as express from 'express';
34
import * as http from 'http';
35
import * as https from 'https';
36
-import { PassThrough, pipeline } from 'stream';
+import { pipeline } from 'stream';
37
import { ServeStaticOptions } from '../interfaces/serve-static-options.interface';
38
import { getBodyParserOptions } from './utils/get-body-parser-options.util';
39
0 commit comments