Skip to content

Commit 4095983

Browse files
committed
Korrigiere den Typüberprüfungsfehler für CLIENT_STORAGE.setupNeoForge und migriere von boolean zu array
1 parent 335de77 commit 4095983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ async function main() {
660660
}
661661
}
662662

663-
if (typeof(CLIENT_STORAGE.setupNeoForge==="boolean")) {
663+
if (typeof CLIENT_STORAGE.setupNeoForge === 'boolean') {
664664
// Migrate from boolean to array
665665
CLIENT_STORAGE.setupNeoForge = []
666666
}

0 commit comments

Comments
 (0)