fix conflict with develop branch

This commit is contained in:
Sam Detweiler 2019-07-01 12:45:40 -05:00
parent 11cfb8af32
commit 7ef8a5bb11

View File

@ -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);
}
},