undefined -> unknown

This commit is contained in:
natsoni
2024-10-08 13:09:19 +09:00
parent 3486c35f5e
commit 1b2f1b38b4
2 changed files with 6 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ export class OrdDataComponent implements OnChanges {
if (this.runeInfo[edict.id.toString()]) {
this.transferredRunes.push({ key: edict.id.toString(), ...this.runeInfo[edict.id.toString()] });
}
});
});
}
if (changes.inscriptions && this.inscriptions) {