Skip to content

Commit

Permalink
removed reload opt for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikhil7174 committed Oct 10, 2024
1 parent 877e991 commit d2ea4b7
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ const API_ENDPOINT = "https://openai-text-summarizer.azurewebsites.net";

chrome.runtime.onMessage.addListener((request, sender, sendResponse) => {
switch (request.action) {
case 'reload':
handleReloadMessage(sendResponse);
break;
case 'summarize':
handleSummarizeMessage(request, sendResponse);
break;
Expand Down

0 comments on commit d2ea4b7

Please sign in to comment.