mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +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