mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
Typo
This commit is contained in:
parent
03bff31ac9
commit
cde3017f57
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ class ServiceManager(IClientHandler):
|
|||
def get_user_connections_by_email(self, email) -> list:
|
||||
connections = []
|
||||
for user in self._subscribers:
|
||||
if user.info.email == email:
|
||||
if user.info and user.info.email == email:
|
||||
connections.append(user)
|
||||
|
||||
return connections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue