diff --git a/erpnext/public/js/hub/hub_factory.js b/erpnext/public/js/hub/hub_factory.js index aa22db8630e..d656605c07b 100644 --- a/erpnext/public/js/hub/hub_factory.js +++ b/erpnext/public/js/hub/hub_factory.js @@ -77,5 +77,4 @@ frappe.views.HubFactory = class HubFactory extends frappe.views.Factory { return; } -} - +};