chore: remove subdomain
This commit is contained in:
parent
853db73634
commit
9510735005
|
@ -44,7 +44,6 @@ export type MetadataResult = {
|
||||||
export const DEFAULT_DOWNLOAD_OPTIONS = {
|
export const DEFAULT_DOWNLOAD_OPTIONS = {
|
||||||
range: undefined,
|
range: undefined,
|
||||||
responseType: undefined,
|
responseType: undefined,
|
||||||
subdomain: "",
|
|
||||||
} as CustomDownloadOptions;
|
} as CustomDownloadOptions;
|
||||||
|
|
||||||
const DEFAULT_GET_METADATA_OPTIONS = {};
|
const DEFAULT_GET_METADATA_OPTIONS = {};
|
||||||
|
|
Loading…
Reference in New Issue