mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Fixed Travis CI errors
Changed indentation from spaces to tabs changed strings from single quote to double quote
This commit is contained in:
@@ -33,7 +33,7 @@ var CalendarFetcher = function(url, reloadInterval, maximumEntries, maximumNumbe
|
||||
};
|
||||
|
||||
if (auth) {
|
||||
if(auth.method === 'bearer'){
|
||||
if(auth.method === "bearer"){
|
||||
opts.auth = {
|
||||
bearer: auth.pass
|
||||
}
|
||||
@@ -44,7 +44,7 @@ var CalendarFetcher = function(url, reloadInterval, maximumEntries, maximumNumbe
|
||||
pass: auth.pass
|
||||
};
|
||||
|
||||
if(auth.method === 'digest'){
|
||||
if(auth.method === "digest"){
|
||||
opts.auth.sendImmediately = false;
|
||||
}else{
|
||||
opts.auth.sendImmediately = true;
|
||||
|
Reference in New Issue
Block a user