mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
fix conflict with develop branch
This commit is contained in:
parent
11cfb8af32
commit
7ef8a5bb11
@ -5,7 +5,6 @@ Module.register("updatenotification", {
|
||||
refreshInterval: 24 * 60 * 60 * 1000, // one day
|
||||
},
|
||||
|
||||
status: false,
|
||||
suspended: false,
|
||||
moduleList: {},
|
||||
|
||||
@ -25,7 +24,6 @@ Module.register("updatenotification", {
|
||||
|
||||
socketNotificationReceived: function (notification, payload) {
|
||||
if (notification === "STATUS") {
|
||||
//this.status = payload;
|
||||
this.updateUI(payload);
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user