mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 18:05:01 +02:00
Fix lint
This commit is contained in:
@@ -101,7 +101,7 @@ class Akinator {
|
|||||||
.send(params.toString(), true)
|
.send(params.toString(), true)
|
||||||
.set({
|
.set({
|
||||||
'Content-Length': params.toString().length,
|
'Content-Length': params.toString().length,
|
||||||
'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8',
|
'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8'
|
||||||
});
|
});
|
||||||
this.guessed = null;
|
this.guessed = null;
|
||||||
this.stepLastProposition = body.step;
|
this.stepLastProposition = body.step;
|
||||||
|
|||||||
Reference in New Issue
Block a user