fix: Missing semicolon
diff --git a/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.js b/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.js
index 118e289..6b07197 100644
--- a/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.js
+++ b/erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.js
@@ -83,7 +83,7 @@
 			} else if (!frm.doc.company || !frm.doc.party_type) {
 				frappe.throw({message: __("Please Select Both Company and Party Type First"), title: title});
 			}
-		}
+		};
 	},
 
 	refresh: function() {