Skip to content

Commit

Permalink
Remove replaceAllExisting from Grouper calls
Browse files Browse the repository at this point in the history
  • Loading branch information
zoidy committed Jan 5, 2024
1 parent 19367bf commit 28d003c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions requiam/delta.py
Original file line number Diff line number Diff line change
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 28d003c

Please sign in to comment.