Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Satendra-SR committed Apr 16, 2021
1 parent 00c2327 commit b6a009a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/services/call_log_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def handle_parent_flow(self, jsonData):
)
if missedcall_category_list:
"""The call category is set to call back if missedcall flow has ran.
For that, the missed call flow name should contains string "missedcall"
For that, the missed call flow name should contain string "missedcall"
"""
self.call_category = models.CallLog.CallCategories.CALLBACK
if "uuid" in jsonData["parent"]:
Expand Down

0 comments on commit b6a009a

Please sign in to comment.