fixed variables
This commit is contained in:
@@ -61,10 +61,10 @@ async function getUntis(weekDate) {
|
|||||||
|
|
||||||
let optionsSuccess = true;
|
let optionsSuccess = true;
|
||||||
try {
|
try {
|
||||||
const untisSchools = process.env.UNTIS_SCHOOLS.split(",");
|
untisSchools = process.env.UNTIS_SCHOOLS.split(",");
|
||||||
const untisUsernames = process.env.UNTIS_USERNAMES.split(",");
|
untisUsernames = process.env.UNTIS_USERNAMES.split(",");
|
||||||
const untisPasswords = process.env.UNTIS_PASSWORDS.split(",");
|
untisPasswords = process.env.UNTIS_PASSWORDS.split(",");
|
||||||
const untisServers = process.env.UNTIS_SERVERS.split(",");
|
untisServers = process.env.UNTIS_SERVERS.split(",");
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
optionsSuccess = false;
|
optionsSuccess = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user