Skip to content

Commit cef6b26

Browse files
committed
ignore conflicts in bulk create
1 parent 5174443 commit cef6b26

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
@@ -628,7 +628,8 @@ def save(self, **kwargs):
628628
organization=org, organizationmember_id=member_id
629629
)
630630
for member_id in to_add
631-
]
631+
],
632+
ignore_conflicts=True,
632633
)
633634

634635
if to_remove:

0 commit comments

Comments
 (0)