Skip to content

Commit

Permalink
Merge pull request #187 from UAL-RE/186-bug-crash-after-grouper-update
Browse files Browse the repository at this point in the history
Fix crash due to grouper update (Issue #186)
  • Loading branch information
zoidy committed Jan 5, 2024
2 parents 19367bf + 28d003c commit 67dd518
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions requiam/delta.py
Expand Up @@ -110,7 +110,6 @@ def synchronize(self) -> None:

data = dict()
data['WsRestDeleteMemberRequest'] = {
'replaceAllExisting': 'F',
'subjectLookups': [{'subjectId': entry} for entry in batch]
}

Expand Down Expand Up @@ -146,7 +145,6 @@ def synchronize(self) -> None:

data = dict()
data['WsRestAddMemberRequest'] = {
'replaceAllExisting': 'F',
'subjectLookups': [{'subjectId': entry} for entry in batch]
}

Expand Down

0 comments on commit 67dd518

Please sign in to comment.