mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-06 16:58:11 +08:00
Merge pull request #6395 from Wondertan/fix/unused-repo
Remove Repo from routing fx provider parameter
This commit is contained in:
commit
ff3efe8409
@ -14,7 +14,6 @@ import (
|
||||
"go.uber.org/fx"
|
||||
|
||||
"github.com/ipfs/go-ipfs/core/node/helpers"
|
||||
"github.com/ipfs/go-ipfs/repo"
|
||||
)
|
||||
|
||||
type BaseIpfsRouting routing.Routing
|
||||
@ -79,7 +78,6 @@ type p2pPSRoutingIn struct {
|
||||
fx.In
|
||||
|
||||
BaseIpfsRouting BaseIpfsRouting
|
||||
Repo repo.Repo
|
||||
Validator record.Validator
|
||||
Host host.Host
|
||||
PubSub *pubsub.PubSub `optional:"true"`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user