diff --git a/structures/Akinator.js b/structures/Akinator.js index 4526391d..80bf61e3 100644 --- a/structures/Akinator.js +++ b/structures/Akinator.js @@ -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;