From 9510735005d6a764c5e6f7d8e075b08b0e7a5430 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 13 Feb 2024 00:28:04 -0500 Subject: [PATCH] chore: remove subdomain --- src/methods/download.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/methods/download.ts b/src/methods/download.ts index bc68182..5e4065a 100644 --- a/src/methods/download.ts +++ b/src/methods/download.ts @@ -44,7 +44,6 @@ export type MetadataResult = { export const DEFAULT_DOWNLOAD_OPTIONS = { range: undefined, responseType: undefined, - subdomain: "", } as CustomDownloadOptions; const DEFAULT_GET_METADATA_OPTIONS = {};