Fix linting

This commit is contained in:
Daniel Kennedy
2025-09-25 09:26:13 -04:00
parent d26e9423f4
commit 9b08f07cd3
2 changed files with 6 additions and 8 deletions
@@ -65,7 +65,7 @@ async function streamExtract(
export async function streamExtractExternal(
url: string,
directory: string,
opts: { timeout: number } = { timeout: 30 * 1000 }
opts: {timeout: number} = {timeout: 30 * 1000}
): Promise<StreamExtractResponse> {
const client = new httpClient.HttpClient(getUserAgentString())
const response = await client.get(url)