mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 15:07:42 +02:00
Fix lint
This commit is contained in:
@@ -101,7 +101,7 @@ class Akinator {
|
||||
.send(params.toString(), true)
|
||||
.set({
|
||||
'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.stepLastProposition = body.step;
|
||||
|
||||
Reference in New Issue
Block a user