mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
no single quotes
This commit is contained in:
parent
8e38910dd8
commit
b651dc845b
@ -20,7 +20,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
// determine if "--use-tls"-flag was provided
|
// determine if "--use-tls"-flag was provided
|
||||||
config["tls"] = process.argv.indexOf(`--use-tls`) > 0;
|
config["tls"] = process.argv.indexOf("--use-tls") > 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
function getServerConfig(url) {
|
function getServerConfig(url) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user