api/stream: remove random undici import

wtf
This commit is contained in:
jj 2024-12-17 12:16:04 +00:00
parent fec07d0e10
commit 06c348126e
No known key found for this signature in database

View file

@ -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";