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:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user