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