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

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