mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 01:26:29 -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.
|
||||
socketNotificationReceived: function (notification, payload) {
|
||||
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) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue