Skip to content

Commit

Permalink
fix: linters
Browse files Browse the repository at this point in the history
(cherry picked from commit 7aa3f4f)
  • Loading branch information
git-avc authored and mergify[bot] committed Jan 2, 2024
1 parent af02dbe commit 9c2205d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frappe/public/js/frappe/views/calendar/calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ frappe.views.Calendar = class Calendar {
d[target] = d[source];
});

if (typeof(d.allDay) === "undefined") {
if (typeof d.allDay === "undefined") {
d.allDay = me.field_map.allDay;
}

Expand Down

0 comments on commit 9c2205d

Please sign in to comment.