Skip to content

Commit

Permalink
correct typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pbugni committed Jan 7, 2025
1 parent 74a6b3d commit c511224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isacc_messaging/models/isacc_patient.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def mark_followup_extension(self, persist_on_change=True):

save_value = oldest_reply
if not oldest_reply:
# without any pending outgoing messages, add a bogus value deep in the past to keep the patient
# without any pending outgoing messages, add a bogus value deep in the future to keep the patient
# in the search (searching by extension will eliminate patients without said extension)
save_value = DEEP_FUTURE

Expand Down

0 comments on commit c511224

Please sign in to comment.