Skip to content

Commit

Permalink
- fix: typo in object definition
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol committed Oct 23, 2023
1 parent 8e5dd98 commit 7550693
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/shinkai-visor/src/service-worker/context-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const sendPageToAgent = async (info: chrome.contextMenus.OnClickData, tab: chrom
}
const message: ServiceWorkerMessage = {
type: ServiceWorkerMessageType.SendPageToAgent,
data: {},
};
chrome.tabs.sendMessage<ServiceWorkerMessage>(tab.id, message);
}
Expand Down

0 comments on commit 7550693

Please sign in to comment.