Do not pass ipfs-http-client to ipfsd-ctl as it is not necessary

This commit is contained in:
achingbrain 2019-09-30 13:57:48 +01:00
parent f836ea50d5
commit 52b1aa341c

View File

@ -11,7 +11,6 @@ let jsIpfs = {
'js-ipfs': {
type: 'proc',
exec: IPFS,
IpfsClient: IPFSHTTPClient,
}
}