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 = {};