🚨 Fix eslint warnings

This commit is contained in:
trickypr 2021-10-02 12:06:01 +10:00
parent 6f6ce08a89
commit b0eda8e28e
29 changed files with 175 additions and 167 deletions

View file

@ -61,7 +61,7 @@ export async function setupProject() {
],
})
if (typeof product == 'undefined') return
if (typeof product === 'undefined') return
const productVersion = await getLatestFF(product)