Skip to content

Commit

Permalink
Fixed bug of the node's linker
Browse files Browse the repository at this point in the history
  • Loading branch information
dobyte committed Aug 1, 2024
1 parent fb1e5aa commit 7181d39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/link/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ func NewNodeLinker(ctx context.Context, opts *Options) *NodeLinker {
opts: opts,
builder: node.NewBuilder(&node.Options{InsID: opts.InsID, InsKind: opts.InsKind}),
dispatcher: dispatcher.NewDispatcher(opts.BalanceStrategy),
sources: make(map[int64]map[string]string),
}

return l
Expand Down

0 comments on commit 7181d39

Please sign in to comment.