Skip to content

Commit b398803

Browse files
committed
fix lint again
1 parent 6f796f4 commit b398803

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cmd/mcp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ var mcpCmd = &cobra.Command{
110110
URL: node.HtmlURL,
111111
})
112112
}
113-
data, err := json.Marshal(resp.Nodes)
113+
data, err := json.Marshal(components)
114114
if err != nil {
115115
return nil, err
116116
}

0 commit comments

Comments
 (0)