Skip to content

Commit

Permalink
Minor Change to Match Commit API (#2015)
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesHarness authored and Harness committed Apr 26, 2024
1 parent 9e7f80e commit 915cf2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/handler/pullreq/comment_apply_suggestions.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ func HandleCommentApplySuggestions(pullreqCtrl *pullreq.Controller) http.Handler
return
}

render.JSON(w, http.StatusCreated, out)
render.JSON(w, http.StatusOK, out)
}
}

0 comments on commit 915cf2c

Please sign in to comment.