This commit is contained in:
2025-03-20 22:26:14 +01:00
parent 8cb283ef91
commit 5f1c56bd42

View File

@@ -422,7 +422,7 @@ func (c *Client) listNetwork(ctx context.Context, site string) ([]Network, error
if err != nil {
return nil, err
}
fmt.Printf("%+v",respBody.Data)
return respBody.Data, nil
}