emile 10 months ago
parent 18bf8da413
commit 65b853718c

@ -173,7 +173,6 @@ class TicketRoomConsumer(WebsocketConsumer):
sorted_connections = list(connections)
online_connections = []
for connection in sorted_connections:
if hasattr(connection.user, 'customerprofile'):
connection_data = {
'first_name': connection.user.first_name,
'last_name': connection.user.last_name,

Loading…
Cancel
Save