This commit is contained in:
Dragon Fire
2024-04-22 15:28:13 -04:00
parent a452fecacc
commit ab29d88511
2 changed files with 5 additions and 10 deletions
+2 -2
View File
@@ -53,7 +53,7 @@ class Akinator {
};
return this;
}
this.step++;
this.currentStep++;
this.progress = body.progression;
this.question = body.question;
return this;
@@ -70,7 +70,7 @@ class Akinator {
session: this.session,
signature: this.signature
});
this.step--;
this.currentStep--;
this.progress = body.progression;
this.question = body.question;
return this;