1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-18 01:50:50 +00:00

fix: subscription object was sometimes capitalized

This commit is contained in:
Ash Keel 2022-11-23 22:45:26 +01:00
parent 1268f7114b
commit eb70306c0a
No known key found for this signature in database
GPG key ID: BAD8D93E7314ED3E

View file

@ -188,8 +188,8 @@ type WelcomeMessagePayload struct {
} }
type NotificationMessagePayload struct { type NotificationMessagePayload struct {
Subscription helix.EventSubSubscription Subscription helix.EventSubSubscription `json:"subscription"`
Event jsoniter.RawMessage `json:"event"` Event jsoniter.RawMessage `json:"event"`
} }
type EventSubMetadata struct { type EventSubMetadata struct {