chore: remove biome
This commit is contained in:
parent
b5e8d82bfa
commit
a34e215202
11 changed files with 55 additions and 65 deletions
|
|
@ -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}"`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue