fix: **revert this later** - comment out build errs

This commit is contained in:
DhruvArora-03
2024-02-26 23:28:18 -06:00
parent 8877af2029
commit 082e9e0269
3 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ const messenger = createMessenger<MyMessages>('background');
export async function openTabFromContentScript(url: string) {
// @ts-ignore
messenger
.openNewTab({ url })
.openNewTab()
.then(() => {
console.log('New tab opened with URL:', url);
})