mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
Fix groups handling.
This commit is contained in:
parent
1cbdc56969
commit
2cbf00183d
1 changed files with 0 additions and 1 deletions
|
@ -152,7 +152,6 @@ class Groups(PersistedBase):
|
|||
for group in self.groups.values():
|
||||
if email in group.members:
|
||||
return group
|
||||
return email
|
||||
|
||||
@classmethod
|
||||
def init_fs(cls):
|
||||
|
|
Loading…
Reference in a new issue