From 2b9a04a1360368df2e599cd3083c7331706d1414 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Sun, 26 Nov 2023 21:54:46 +0100 Subject: [PATCH] Changed the dict order again. --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 0295f41..15362b8 100644 --- a/index.js +++ b/index.js @@ -96,9 +96,9 @@ async function postCode() { }); const login_arguments = { + token: token, username: username, password: password, - token: token, protocol: protocol, hostname: hostname, port: port,