refactor: remove S5Client from parameters

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

View File

@ -210,7 +210,6 @@ export class S5Client {
* @returns - The data
*/
public async downloadData(
this: S5Client,
cid: string,
customOptions: CustomDownloadOptions = {},
): Promise<ArrayBuffer> {