mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
fix checkstyle errors
This commit is contained in:
parent
6493fad8a4
commit
bc239f6608
@ -135,9 +135,9 @@ Module.register("calendar", {
|
|||||||
// Override socket notification handler.
|
// Override socket notification handler.
|
||||||
socketNotificationReceived: function (notification, payload) {
|
socketNotificationReceived: function (notification, payload) {
|
||||||
if (notification === "FETCH_CALENDAR") {
|
if (notification === "FETCH_CALENDAR") {
|
||||||
this.sendSocketNotification(notification, {"url": payload.url, "id": this.identifier})
|
this.sendSocketNotification(notification, { url: payload.url, id: this.identifier });
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.identifier !== payload.id) {
|
if (this.identifier !== payload.id) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user