this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

automod: actually return error (bugfix) (#491)

This is pretty trivial, i'll probably just self-merge.

authored by

bnewbold and committed by
GitHub
76f332e9 998c0669

+3
+3
automod/event.go
··· 281 281 }, 282 282 }, 283 283 }) 284 + if err != nil { 285 + return false, err 286 + } 284 287 return true, nil 285 288 } 286 289