From 06c348126eaffd61b4070743e78cf582c56e124c Mon Sep 17 00:00:00 2001 From: jj Date: Tue, 17 Dec 2024 12:16:04 +0000 Subject: [PATCH] api/stream: remove random undici import wtf --- api/src/stream/types.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/stream/types.js b/api/src/stream/types.js index 688e6eef..c55654c0 100644 --- a/api/src/stream/types.js +++ b/api/src/stream/types.js @@ -1,4 +1,4 @@ -import { Agent, request, stream } from "undici"; +import { Agent, request } from "undici"; import ffmpeg from "ffmpeg-static"; import { spawn } from "child_process"; import { create as contentDisposition } from "content-disposition-header";