remove useless import
This commit is contained in:
parent
5ac3540277
commit
d17b145d5c
|
@ -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) => {
|
||||||
|
|
Loading…
Reference in New Issue