Skip to content

Commit bc3a2da

Browse files
committed
Fix js-ipfs daemon config params
- Respect `--enable-experimental-pubsub` - Don't overload repo config with cli args (fixes ipfs#868) - Typo
1 parent e00b96f commit bc3a2da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/http-api/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ function HttpApi (repo, config, cliArgs) {
5353
repo: repo,
5454
init: init,
5555
start: true,
56-
config: config,
5756
EXPERIMENTAL: {
5857
pubsub: cliArgs && cliArgs.enablePubsubExperiment,
5958
sharding: cliArgs && cliArgs.enableShardingExperiment

0 commit comments

Comments
 (0)