Skip to content

Commit

Permalink
refactor: Updated browser.runtime.sendMessage to chrome API
Browse files Browse the repository at this point in the history
  • Loading branch information
kabir-afk committed Jun 5, 2024
1 parent 5a262ab commit 7216bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content_scripts/wpintegration.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $( async function () {
}

title = $( 'h1.firstHeading' ).text();
files = await browser.runtime.sendMessage({
files = await chrome.runtime.sendMessage({
command: 'signit.getfiles',
wpTitle: title
});
Expand Down

0 comments on commit 7216bfa

Please sign in to comment.