Skip to content

Commit

Permalink
chore: knew it
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Sep 11, 2024
1 parent 184fac9 commit f02e824
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/webhook/post.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,10 @@ func PostWebhook(c *gin.Context) {
h.SetError(retErr.Error())

return
} else {
// hook was created successfully
break
}

// hook was created successfully
break
}

l.WithFields(logrus.Fields{
Expand Down

0 comments on commit f02e824

Please sign in to comment.