refactor: remove S5Client from parameters
This commit is contained in:
parent
f2d4a146c5
commit
86ce3874ec
|
@ -210,7 +210,6 @@ export class S5Client {
|
|||
* @returns - The data
|
||||
*/
|
||||
public async downloadData(
|
||||
this: S5Client,
|
||||
cid: string,
|
||||
customOptions: CustomDownloadOptions = {},
|
||||
): Promise<ArrayBuffer> {
|
||||
|
|
Loading…
Reference in New Issue