mirror of
https://github.com/bitwarden/browser
synced 2026-03-02 11:31:44 +00:00
lint fixes
This commit is contained in:
@@ -386,7 +386,7 @@ function messageTab(tabId, command, data, callback) {
|
||||
};
|
||||
|
||||
if (data) {
|
||||
obj['data'] = data;
|
||||
obj.data = data;
|
||||
}
|
||||
|
||||
chrome.tabs.sendMessage(tabId, obj, function () {
|
||||
|
||||
Reference in New Issue
Block a user