summary refs log tree commit diff
path: root/cdn/src
diff options
context:
space:
mode:
Diffstat (limited to 'cdn/src')
-rw-r--r--cdn/src/util/S3Storage.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cdn/src/util/S3Storage.ts b/cdn/src/util/S3Storage.ts

index 33a6ba39..8c7f7813 100644 --- a/cdn/src/util/S3Storage.ts +++ b/cdn/src/util/S3Storage.ts
@@ -1,5 +1,5 @@ import { S3 } from "@aws-sdk/client-s3"; -import { Readable, Stream } from "stream"; +import { Readable } from "stream"; import { Storage } from "./Storage"; const readableToBuffer = (readable: Readable): Promise<Buffer> =>