mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-09 01:04:16 +02:00
Fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user