style: missing semicolon
This commit is contained in:
parent
7e36e92148
commit
239d2dcfce
1 changed files with 1 additions and 1 deletions
|
|
@ -625,7 +625,7 @@ frappe.views.QueryReport = class QueryReport extends frappe.views.BaseList {
|
|||
const keywordValue = frappe.datetime.user_to_obj(keyword);
|
||||
const cellValue = frappe.datetime.str_to_obj(cell.content);
|
||||
return [+cellValue, +keywordValue];
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
return Object.assign(column, {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue