Skip to content

Commit

Permalink
fix(consistency): align feed modification behavior between API and UI
Browse files Browse the repository at this point in the history
  • Loading branch information
AiraNadih authored Dec 8, 2024
1 parent 2671f57 commit 2fb2f09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/api/feed.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ func (h *handler) updateFeed(w http.ResponseWriter, r *http.Request) {
}

feedModificationRequest.Patch(originalFeed)
originalFeed.ResetErrorCounter()
if err := h.store.UpdateFeed(originalFeed); err != nil {
json.ServerError(w, r, err)
return
Expand Down

0 comments on commit 2fb2f09

Please sign in to comment.