Skip to content

Commit 0af91cf

Browse files
Update content/techniques/streaming-files.md
1 parent 3bd9aa7 commit 0af91cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/techniques/streaming-files.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ export class FileController {
4848

4949
The default content type is `application/octet-stream`, if you need to customize the response you can use the `res.set` method.
5050

51-
> info **hint** If the @Response parameter is present, it must have `{{ '{' }} passthrough: true {{ '}' }}`.
5251

5352
```ts
5453
import { Controller, Get, StreamableFile, Response } from '@nestjs/common';

0 commit comments

Comments
 (0)