mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 09:42:21 -04:00
fix checkstyle errors
This commit is contained in:
parent
6493fad8a4
commit
bc239f6608
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue