fix: syntax error
diff --git a/erpnext/crm/doctype/appointment/appointment.py b/erpnext/crm/doctype/appointment/appointment.py
index 942960e..714e88d 100644
--- a/erpnext/crm/doctype/appointment/appointment.py
+++ b/erpnext/crm/doctype/appointment/appointment.py
@@ -112,8 +112,8 @@
existing_assignee = self.get_assignee_from_latest_opportunity()
if existing_assignee:
add_assignemnt({
- 'doctype': self.doctype
- 'name': self.name
+ 'doctype': self.doctype,
+ 'name': self.name,
'assign_to': existing_assignee
})
return