Fix blocked Patreon notifications

This commit is contained in:
Maksym Pavlenko
2018-10-06 19:24:45 -07:00
parent 7f68ee1e08
commit 9c30d975d0
+1 -1
View File
@@ -236,7 +236,7 @@ func (h handler) webhook(c *gin.Context) {
pledge.Data.Relationships.Patron.Data.ID,
err)
c.JSON(internalError(err))
// Don't return any errors to Patreon, otherwise subsequent notifications will be blocked.
return
}