1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-08 20:50:28 +00:00

Remove unused doc block.

This commit is contained in:
Miles Blackwood
2025-04-29 14:28:54 -04:00
parent 23db617467
commit c8743eaa84

View File

@@ -242,14 +242,6 @@ export class BrowserApi {
return tabs.find((t) => t.windowId === currentWindowId) ?? tabs[0];
}
/**
*
* @param tab
* @param command
* @param data
* @returns
*/
static tabSendMessageData(
tab: chrome.tabs.Tab,
command: string,