Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
amitjoshi committed Oct 18, 2023
1 parent 163c085 commit a9b49b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/copilot/assets/scripts/copilot.js
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@
chatInput.disabled = true;
saveInputToHistory(input);
apiResponseInProgress = true;
getApiResponse(userPrompt, isSuggestedPrompt); //TODO: userPrompt object should be passed
getApiResponse(userPrompt, isSuggestedPrompt);
chatInput.value = "";
chatInput.focus();
}
Expand Down

0 comments on commit a9b49b7

Please sign in to comment.