We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd1f09 commit 0eb04dcCopy full SHA for 0eb04dc
src/superannotate/lib/app/interface/sdk_interface.py
@@ -2229,7 +2229,7 @@ def add_contributors_to_project(
2229
for email in emails
2230
]
2231
response = self.controller.projects.add_contributors(
2232
- team=self.controller.team, project=project, contributors=contributors
+ team=self.controller.get_team().data, project=project, contributors=contributors
2233
)
2234
if response.errors:
2235
raise AppException(response.errors)
0 commit comments