From e98fa8cc346e2c1f228a1bf49af634ab69df0ddd Mon Sep 17 00:00:00 2001 From: SputNikPlop <100245448+SputNikPlop@users.noreply.github.com> Date: Sun, 5 May 2024 14:32:24 -0700 Subject: [PATCH] fix: typo in eventsub json --- eventsub.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eventsub.go b/eventsub.go index 29baeed..fd0ec65 100644 --- a/eventsub.go +++ b/eventsub.go @@ -629,7 +629,7 @@ type EventSubChannelPredictionEndEvent struct { Outcomes []EventSubOutcome `json:"outcomes"` Status string `json:"status"` StartedAt Time `json:"started_at"` - EndedAt Time `json:"eneded_at"` + EndedAt Time `json:"ended_at"` } // Data for an extension bits transaction creation