From 108e128b46bbf3183833503f21c57774fcc732be Mon Sep 17 00:00:00 2001 From: Shariq Ansari <30859809+shariquerik@users.noreply.github.com> Date: Thu, 8 Jun 2023 16:52:52 +0530 Subject: [PATCH] chore: linter fix --- frappe/public/js/frappe/views/reports/report_utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/public/js/frappe/views/reports/report_utils.js b/frappe/public/js/frappe/views/reports/report_utils.js index c1402aa562..1d33701147 100644 --- a/frappe/public/js/frappe/views/reports/report_utils.js +++ b/frappe/public/js/frappe/views/reports/report_utils.js @@ -131,7 +131,7 @@ frappe.report_utils = { !frappe.query_reports[report_name].filter && r.filters ) { - return frappe.query_reports[report_name].filters = r.filters + return (frappe.query_reports[report_name].filters = r.filters) } return ( frappe.query_reports[report_name] &&