1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Fix blocked Patreon notifications

This commit is contained in:
Maksym Pavlenko
2018-10-06 19:24:45 -07:00
parent 7f68ee1e08
commit 9c30d975d0

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
}