chore: remove biome

This commit is contained in:
C4illin
2024-10-05 00:01:39 +02:00
parent b5e8d82bfa
commit a34e215202
11 changed files with 55 additions and 65 deletions

View File

@@ -689,7 +689,6 @@ export async function convert(
fileType: string,
convertTo: string,
targetPath: string,
// biome-ignore lint/suspicious/noExplicitAny: <explanation>
options?: any,
): Promise<string> {
const command = `ffmpeg -i "${filePath}" "${targetPath}"`;