From 32b6482563270bcbe7ab3c10f069978ca7166b5c Mon Sep 17 00:00:00 2001 From: lilyissillyyy Date: Sun, 12 Oct 2025 18:50:31 -0400 Subject: [PATCH] Fix lint --- structures/Akinator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;