Fix operator

This commit is contained in:
Sam Carlton 2022-12-17 13:53:04 -06:00
parent 74926f1cd4
commit da3cf5c6ab

View file

@ -14,7 +14,7 @@ const runScans = false
;(async () => { ;(async () => {
// Disable on linux (server environments) // Disable on linux (server environments)
if ( !runScans && isLinux() ) return if ( !runScans || isLinux() ) return
// await scanNewAppsAsBrowser() // await scanNewAppsAsBrowser()
// http://localhost:3000/ // http://localhost:3000/