Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-03-16 17:19:02 +01:00
parent 842bbfbe97
commit 364c193d33
10 changed files with 35 additions and 35 deletions

View File

@@ -137,7 +137,7 @@ func NewCmdList(f *cmdutil.Factory) *cobra.Command {
func(data json.RawMessage) (*api.Connection[profile], error) {
var resp struct {
Node *struct {
Typename string `json:"__typename"`
Typename string `json:"__typename"`
Profiles api.Connection[profile] `json:"profiles"`
} `json:"node"`
}