fix checkstyle errors

This commit is contained in:
krukle 2022-07-29 10:25:23 +02:00
parent 6493fad8a4
commit bc239f6608

View File

@ -135,7 +135,7 @@ 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) {