chore: unused opts

This commit is contained in:
Derrick Hammer 2024-03-21 12:09:38 -04:00
parent 86ce3874ec
commit 5bee4f9e8c
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 7 deletions

View File

@ -213,13 +213,6 @@ export class S5Client {
cid: string,
customOptions: CustomDownloadOptions = {},
): Promise<ArrayBuffer> {
const opts = {
...DEFAULT_DOWNLOAD_OPTIONS,
...this.clientOptions,
...customOptions,
download: true,
};
const config = optionsToConfig(
this,
DEFAULT_DOWNLOAD_OPTIONS,