Fix for 20Q and some warn console for debug

This commit is contained in:
Vlyan
2021-01-02 17:23:01 +01:00
parent 66353d71c6
commit 91aab76e01
2 changed files with 12 additions and 6 deletions

View File

@@ -282,7 +282,7 @@ export class TwentyQuestions {
// Update actor
await actor.update({
name: (formData.step2.family + " " + formData.step19.firstname).trim(),
data: actor.data.data,
data: actorDatas,
});
}