Skip to content

Commit

Permalink
fix(Patient Appointment): remove redundant save command
Browse files Browse the repository at this point in the history
  • Loading branch information
Gokul1407 authored and Sajinsr committed Jul 8, 2024
1 parent 9f2e47a commit 885ca29
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ def update_event(self):
event_doc.starts_on = starts_on
event_doc.ends_on = ends_on
event_doc.add_video_conferencing = self.add_video_conferencing
event_doc.save()
event_doc.save(ignore_permissions=True)
event_doc.reload()
self.google_meet_link = event_doc.google_meet_link
Expand Down

0 comments on commit 885ca29

Please sign in to comment.