This commit is contained in:
Vlyan
2020-12-24 19:42:32 +01:00
parent 540ad7b3ac
commit ac0f3f7e85
3 changed files with 9 additions and 3 deletions

View File

@@ -308,6 +308,9 @@ export class TwentyQuestions {
const exceed = {};
TwentyQuestions[listName].forEach((formName) => {
const id = getProperty(this.data, formName);
if (id === "none") {
return;
}
if (!store[id]) {
store[id] = 0;
}