diff --git a/isacc_messaging/api/isacc_record_creator.py b/isacc_messaging/api/isacc_record_creator.py index d92965c..346af7c 100644 --- a/isacc_messaging/api/isacc_record_creator.py +++ b/isacc_messaging/api/isacc_record_creator.py @@ -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