Skip to content

Commit

Permalink
fix: ts errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vitonsky committed Jun 12, 2024
1 parent b2df227 commit 525ffb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/offscreen-documents/worker/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,6 @@ browser.runtime.onMessage.addListener((rawMessage) => {
return Promise.resolve();
}
}

return;
});

0 comments on commit 525ffb2

Please sign in to comment.