Fix: build

This commit is contained in:
Pieter Vander Vennet 2023-05-19 11:35:38 +02:00
parent 8258226abe
commit 2a21040551
2 changed files with 1 additions and 2 deletions

View file

@ -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") {