mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Fix lint errors.
This commit is contained in:
parent
99e3a47dde
commit
ad240cf52f
@ -8,7 +8,6 @@
|
||||
*/
|
||||
|
||||
Module.register("weather",{
|
||||
|
||||
// Default module config.
|
||||
defaults: {
|
||||
updateInterval: 10 * 60 * 1000,
|
||||
@ -90,8 +89,5 @@ Module.register("weather",{
|
||||
break;
|
||||
}
|
||||
}, nextLoad);
|
||||
},
|
||||
|
||||
|
||||
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user