From 86ce3874ec7dcb98d525d9fe251092b94e1aad68 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Thu, 21 Mar 2024 12:08:41 -0400 Subject: [PATCH] refactor: remove S5Client from parameters --- src/client.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client.ts b/src/client.ts index 3ea2f25..d4fe008 100644 --- a/src/client.ts +++ b/src/client.ts @@ -210,7 +210,6 @@ export class S5Client { * @returns - The data */ public async downloadData( - this: S5Client, cid: string, customOptions: CustomDownloadOptions = {}, ): Promise {