chore: linter fix
This commit is contained in:
parent
9a855c42a5
commit
3e012f4186
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ frappe.views.Calendar = class Calendar {
|
|||
today: __("Today"),
|
||||
month: __("Month"),
|
||||
week: __("Week"),
|
||||
day: __("Day")
|
||||
day: __("Day"),
|
||||
},
|
||||
events: function (start, end, timezone, callback) {
|
||||
return frappe.call({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue