Skip to content

Commit

Permalink
Removed get_orgs
Browse files Browse the repository at this point in the history
  • Loading branch information
dyohan9 committed Mar 24, 2021
1 parent 13fcf20 commit e39b2b8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bothub/api/grpc/organization/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,3 @@ def Update(self, request, context):
serializer.save()

return serializer.message

def get_orgs(self, user: User):
return user.get_user_organizations

0 comments on commit e39b2b8

Please sign in to comment.