Skip to content

Commit

Permalink
Fix msimatched API name
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Dec 25, 2023
1 parent 6d27565 commit b1cd865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webextensions/common/sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ async function updateSelf() {
updateSelf.updating = true;

const [devices] = await Promise.all([
browser.runtime.sendMessage(SEND_TABS_SIMULATOR_ID, { type: 'get-devices' }),
browser.runtime.sendMessage(SEND_TABS_SIMULATOR_ID, { type: 'list-devices' }),
ensureDeviceInfoInitialized(),
]);
if (devices) {
Expand Down

0 comments on commit b1cd865

Please sign in to comment.