Update build.js

This commit is contained in:
Stripes
2022-10-26 19:07:19 +03:00
committed by GitHub
parent 98c1de3d4a
commit 37c2058d0b
+1 -1
View File
@@ -396,6 +396,6 @@ needle.get(`https://${config['netlify-domain']}/lastUpdate.json`, config.needle,
addons.forEach(addon => queue.push(addon))
})
}).catch(e => console.error(e))
})
})