Skip to content

Commit f171326

Browse files
committed
revert unnecessary change
1 parent efe412e commit f171326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/webhook/webhook.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ func (w *Webhook) HasEvent(evt webhook_module.HookEventType) bool {
177177
return w.HookEvents[evt]
178178
}
179179

180-
// EventsArray returns an array of hook events,
180+
// EventsArray returns an array of hook events
181181
func (w *Webhook) EventsArray() []string {
182182
if w.SendEverything {
183183
events := make([]string, 0, len(webhook_module.AllEvents()))

0 commit comments

Comments
 (0)