Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Dec 24, 2024
1 parent 48bb5f3 commit 9dd5752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/ee/onyx/db/analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ def fetch_assistant_unique_users_total(
"""
query = (
select(func.count(func.distinct(ChatSession.user_id)))
.select_from(ChatMessage)
.join(
ChatSession,
ChatMessage.chat_session_id == ChatSession.id,
Expand Down

0 comments on commit 9dd5752

Please sign in to comment.