mirror of https://github.com/harness/drone.git
Minor Change to Match Commit API (#2015)
parent
9e7f80ebe0
commit
915cf2cbb9
|
@ -57,6 +57,6 @@ func HandleCommentApplySuggestions(pullreqCtrl *pullreq.Controller) http.Handler
|
|||
return
|
||||
}
|
||||
|
||||
render.JSON(w, http.StatusCreated, out)
|
||||
render.JSON(w, http.StatusOK, out)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue