Changed the dict order again.
All checks were successful
Lint / pre-commit Linting (push) Successful in 25s
All checks were successful
Lint / pre-commit Linting (push) Successful in 25s
This commit is contained in:
parent
3eeeb73e0e
commit
2b9a04a136
2
index.js
2
index.js
@ -96,9 +96,9 @@ async function postCode() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const login_arguments = {
|
const login_arguments = {
|
||||||
|
token: token,
|
||||||
username: username,
|
username: username,
|
||||||
password: password,
|
password: password,
|
||||||
token: token,
|
|
||||||
protocol: protocol,
|
protocol: protocol,
|
||||||
hostname: hostname,
|
hostname: hostname,
|
||||||
port: port,
|
port: port,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user