fix: lint

This commit is contained in:
Calum H. (IMB11)
2026-05-07 16:01:15 +01:00
parent 6684edc61d
commit 5eecf14259
@@ -78,7 +78,7 @@ function resetEnvironment() {
}
function saveEnvironment() {
let shouldVerify = !!needsToVerify.value
const shouldVerify = !!needsToVerify.value
environmentMigration.value?.save()
if (shouldVerify) {
hide()