Skip to content

Commit d3cb6be

Browse files
committed
Fix shareproject
1 parent e876865 commit d3cb6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/superannotate/lib/infrastructure/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ def share_project(self, project_name: str, user_id: str, user_role: str):
815815
user_id=user_id,
816816
user_role=user_role,
817817
)
818-
use_case.execute()
818+
return use_case.execute()
819819

820820
def un_share_project(self, project_name: str, user_id: str):
821821
project_entity = self._get_project(project_name)

0 commit comments

Comments
 (0)