forked from MapComplete/MapComplete
Fix: build
This commit is contained in:
parent
8258226abe
commit
2a21040551
2 changed files with 1 additions and 2 deletions
|
@ -112,7 +112,6 @@ class TranslationPart {
|
|||
const v = object[key]
|
||||
|
||||
if (v == null) {
|
||||
console.warn("Got a null value for key ", key)
|
||||
continue
|
||||
}
|
||||
if (typeof v !== "object") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue