Skip to content

Commit

Permalink
style: Updated comments
Browse files Browse the repository at this point in the history
Changed account to member
  • Loading branch information
mike-pisman committed Oct 23, 2023
1 parent 8f7f352 commit d29213a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unipoll_api/documents.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ async def add_member(self, member: "Member", permissions, save: bool = True) ->
raise WorkspaceExceptions.UserNotMember(
self.workspace, member) # type: ignore

# Add the account to the group
# Add the member to the group's list of members
self.members.append(member) # type: ignore
# Create a policy for the new member
await self.add_policy(member, permissions, save=False) # type: ignore
Expand Down

0 comments on commit d29213a

Please sign in to comment.