Minor Change to Match Commit API (#2015)

ritik/code-1773
Johannes Batzill 2024-04-26 19:32:45 +00:00 committed by Harness
parent 9e7f80ebe0
commit 915cf2cbb9
1 changed files with 1 additions and 1 deletions

View File

@ -57,6 +57,6 @@ func HandleCommentApplySuggestions(pullreqCtrl *pullreq.Controller) http.Handler
return
}
render.JSON(w, http.StatusCreated, out)
render.JSON(w, http.StatusOK, out)
}
}