Skip to content

Commit

Permalink
Re-add function argument (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-c authored Jul 3, 2024
1 parent c202853 commit daee18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isacc_messaging/api/isacc_record_creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,6 @@ def execute_requests(self) -> Tuple[List[dict], List[dict]]:

return successes, errors

def process_cr(self, cr: CommunicationRequest):
def process_cr(self, cr: CommunicationRequest, successes: list):
status, statusReason = self.dispatch_cr(cr=cr)
return status, statusReason

0 comments on commit daee18a

Please sign in to comment.