We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f808c5 commit 7e98626Copy full SHA for 7e98626
models/webhook/webhook.go
@@ -177,7 +177,7 @@ func (w *Webhook) HasEvent(evt webhook_module.HookEventType) bool {
177
return w.HookEvents[evt]
178
}
179
180
-// EventsArray returns an array of hook events,
+// EventsArray returns an array of hook events
181
func (w *Webhook) EventsArray() []string {
182
if w.SendEverything {
183
events := make([]string, 0, len(webhook_module.AllEvents()))
0 commit comments