mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-04 10:55:44 +00:00
chore: remove unused import
This commit is contained in:
@@ -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> =>
|
||||
|
||||
Reference in New Issue
Block a user