mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 23:05:04 +02:00
Fix lint
This commit is contained in:
@@ -101,7 +101,7 @@ class Akinator {
|
||||
const { body, text } = await request
|
||||
.post(`https://${this.region}.akinator.com/exclude`)
|
||||
.send(params.toString(), true)
|
||||
.set({
|
||||
.set({
|
||||
'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8',
|
||||
'User-Agent': this.agent.toString()
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user