chore: remove subdomain

This commit is contained in:
Derrick Hammer 2024-02-13 00:28:04 -05:00
parent 853db73634
commit 9510735005
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ export type MetadataResult = {
export const DEFAULT_DOWNLOAD_OPTIONS = {
range: undefined,
responseType: undefined,
subdomain: "",
} as CustomDownloadOptions;
const DEFAULT_GET_METADATA_OPTIONS = {};