mirror of
https://github.com/modrinth/code.git
synced 2026-09-05 06:19:11 +00:00
fix: lint
This commit is contained in:
@@ -78,7 +78,7 @@ function resetEnvironment() {
|
||||
}
|
||||
|
||||
function saveEnvironment() {
|
||||
let shouldVerify = !!needsToVerify.value
|
||||
const shouldVerify = !!needsToVerify.value
|
||||
environmentMigration.value?.save()
|
||||
if (shouldVerify) {
|
||||
hide()
|
||||
|
||||
Reference in New Issue
Block a user