*Update dist
This commit is contained in:
parent
21486473c4
commit
ea92a2541d
|
@ -44,7 +44,7 @@ export class IPFSClient extends Client {
|
||||||
pipe = defer();
|
pipe = defer();
|
||||||
return {
|
return {
|
||||||
value: chunk,
|
value: chunk,
|
||||||
done: true,
|
done,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
@ -54,4 +54,4 @@ export class IPFSClient extends Client {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
export const createClient = factory(IPFSClient, "AAADHtX7m4wC7kFA8wMqFzowlgweBG1FgQjGTabVOMRqBA");
|
export const createClient = factory(IPFSClient, "AABQIM9nyK61LFfr5jUAivD6JYRvQsC5XSNE71XXHfn-sg");
|
||||||
|
|
Loading…
Reference in New Issue