Changed the dict order again.
Lint / pre-commit Linting (push) Successful in 25s Details

This commit is contained in:
Philipp Horstenkamp 2023-11-26 21:54:46 +01:00
parent 3eeeb73e0e
commit 2b9a04a136
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4
1 changed files with 1 additions and 1 deletions

View File

@ -96,9 +96,9 @@ async function postCode() {
});
const login_arguments = {
token: token,
username: username,
password: password,
token: token,
protocol: protocol,
hostname: hostname,
port: port,