Skip to content

Commit

Permalink
Merge branch 'main' into err
Browse files Browse the repository at this point in the history
  • Loading branch information
Xemdo authored Nov 3, 2023
2 parents 9b20d9e + bf51f4f commit c8c76ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/events/trigger/trigger_event.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ https://dev.twitch.tv/docs/eventsub/handling-webhook-events#processing-an-event`

// Error checking for everything else
if reply.ResponseCode == 0 { // Zero will always be success
color.New().Add(color.FgGreen).Println(fmt.Sprintf(`✔ Forwarded for use in mock EventSub WebSocket server`))
color.New().Add(color.FgGreen).Println(`✔ Forwarded for use in mock EventSub WebSocket server`)
} else {
color.New().Add(color.FgRed).Println(fmt.Sprintf(`✗ EventSub WebSocket server failed to process event: [%v] %v`, reply.DetailedInfo, reply.DetailedInfo))
}
Expand Down

0 comments on commit c8c76ac

Please sign in to comment.