mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-10 10:15:31 +02:00
🚨 Fix eslint warnings
This commit is contained in:
parent
6f6ce08a89
commit
b0eda8e28e
29 changed files with 175 additions and 167 deletions
|
@ -61,7 +61,7 @@ export async function setupProject() {
|
|||
],
|
||||
})
|
||||
|
||||
if (typeof product == 'undefined') return
|
||||
if (typeof product === 'undefined') return
|
||||
|
||||
const productVersion = await getLatestFF(product)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue