chore: remove unused import
This commit is contained in:
parent
08736ed610
commit
ef157c9aa7
@ -1,5 +1,5 @@
|
|||||||
import { S3 } from "@aws-sdk/client-s3";
|
import { S3 } from "@aws-sdk/client-s3";
|
||||||
import { Readable, Stream } from "stream";
|
import { Readable } from "stream";
|
||||||
import { Storage } from "./Storage";
|
import { Storage } from "./Storage";
|
||||||
|
|
||||||
const readableToBuffer = (readable: Readable): Promise<Buffer> =>
|
const readableToBuffer = (readable: Readable): Promise<Buffer> =>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user