Skip to content

Commit 44fb982

Browse files
committed
ignore conflicts in bulk create
1 parent 1647679 commit 44fb982

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sentry/core/endpoints/organization_details.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,8 @@ def save(self, **kwargs):
659659
organization=org, organizationmember_id=member_id
660660
)
661661
for member_id in to_add
662-
]
662+
],
663+
ignore_conflicts=True,
663664
)
664665

665666
if to_remove:

0 commit comments

Comments
 (0)