Skip to content

Commit

Permalink
Fix typo in Loggable() method name.
Browse files Browse the repository at this point in the history
  • Loading branch information
lthibault committed Dec 19, 2022
1 parent 593ddc4 commit 6412f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type Node struct {
}

// Loggable fields for the node.
func (n *Node) Logger() map[string]any {
func (n *Node) Loggable() map[string]any {
return n.Vat.Loggable()
}

Expand Down

0 comments on commit 6412f6f

Please sign in to comment.