This commit is contained in:
lilyissillyyy
2025-10-12 17:54:25 -04:00
parent ac4f2e3fbf
commit 2ca4f873fd
+1
View File
@@ -98,6 +98,7 @@ class Akinator {
session: this.session, session: this.session,
signature: this.signature signature: this.signature
}); });
console.log(body);
this.guessed = null; this.guessed = null;
this.stepLastProposition = body.step; this.stepLastProposition = body.step;
this.progress = body.progression; this.progress = body.progression;