Skip to content

Commit

Permalink
Fix broken dependency injection
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed Dec 6, 2023
1 parent 3c2453b commit e0a1893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/mqtt/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func init() {

type dependencies struct {
dig.In
NodeBridge *nodebridge.NodeBridge
NodeBridge nodebridge.NodeBridge
Server *mqtt.Server
}

Expand Down

0 comments on commit e0a1893

Please sign in to comment.