From 6b07898ef03cfb5ea034e1b8ede38690977afe61 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Wed, 25 Jul 2018 17:07:26 +0530 Subject: [PATCH] semicolon --- erpnext/public/js/hub/hub_factory.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; } -} - +};