From 5bee4f9e8cf6a87797ee994b556e1d33d878693b Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Thu, 21 Mar 2024 12:09:38 -0400 Subject: [PATCH] chore: unused opts --- src/client.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/client.ts b/src/client.ts index d4fe008..9584d1a 100644 --- a/src/client.ts +++ b/src/client.ts @@ -213,13 +213,6 @@ export class S5Client { cid: string, customOptions: CustomDownloadOptions = {}, ): Promise { - const opts = { - ...DEFAULT_DOWNLOAD_OPTIONS, - ...this.clientOptions, - ...customOptions, - download: true, - }; - const config = optionsToConfig( this, DEFAULT_DOWNLOAD_OPTIONS,