From 8fa2256fb08f2ccad73f8e8a8ed2b88353a49085 Mon Sep 17 00:00:00 2001 From: DarthBrento Date: Mon, 1 Jun 2020 17:19:41 +0200 Subject: [PATCH] linted --- modules/default/calendar/calendar.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/default/calendar/calendar.js b/modules/default/calendar/calendar.js index 5b81431b..4d4b57f7 100755 --- a/modules/default/calendar/calendar.js +++ b/modules/default/calendar/calendar.js @@ -122,8 +122,9 @@ Module.register("calendar", { // Override socket notification handler. socketNotificationReceived: function (notification, payload) { - if (this.identifier !== payload.id) - {return;} + if (this.identifier !== payload.id) { + return; + } if (notification === "CALENDAR_EVENTS") { if (this.hasCalendarURL(payload.url)) {