fix codacy
diff --git a/erpnext/selling/page/point_of_sale/point_of_sale.js b/erpnext/selling/page/point_of_sale/point_of_sale.js
index 92ae3e8..c52b55a 100644
--- a/erpnext/selling/page/point_of_sale/point_of_sale.js
+++ b/erpnext/selling/page/point_of_sale/point_of_sale.js
@@ -354,7 +354,7 @@
 			this.frm.email_doc();
 		});
 	}
-}
+};
 
 class POSCart {
 	constructor({frm, wrapper, events}) {