remove useless import

This commit is contained in:
localhost 2025-09-24 19:32:43 +02:00
parent 5ac3540277
commit d17b145d5c
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
import WebSocket from 'ws'; import WebSocket from 'ws';
import { getVideo } from '@/utils/metadata';
async function downloadVideo(ws: any, id: string): Promise<{ fail: boolean, message: string }> { async function downloadVideo(ws: any, id: string): Promise<{ fail: boolean, message: string }> {
return new Promise(async (resolve, reject) => { return new Promise(async (resolve, reject) => {