Skip to content

Commit 06ab813

Browse files
committed
Remove comment
1 parent d6510d5 commit 06ab813

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common/utils/fileUtils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export async function downloadFile(params: {
1717
const abortController = new AbortController();
1818
const timeoutSignal = AbortSignal.timeout(timeoutInSeconds * 1000);
1919
const headers: { [key: string]: string; } = {};
20-
// Extract basic auth from URL and construct an Authorization header instead.
2120
if (basicAuthUsername && basicAuthPassword) {
2221
headers["Authorization"] = "Basic " + btoa(`${basicAuthUsername}:${basicAuthPassword}`);
2322
}

0 commit comments

Comments
 (0)