Skip to content

Commit

Permalink
Rename handler for /next_fixit
Browse files Browse the repository at this point in the history
  • Loading branch information
bstaletic committed Sep 12, 2024
1 parent b20863b commit 4f46199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ycmd/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def ResolveFixit( request, response ):


@app.post( '/next_fixit' )
def ResolveFixit( request, response ):
def NextFixit( request, response ):
request_data = RequestWrap( request.json )
completer = _GetCompleterForRequestData( request_data )

Expand Down

0 comments on commit 4f46199

Please sign in to comment.