Skip to content

Commit

Permalink
fix:The chart of average interaction counts per conversation show not… (
Browse files Browse the repository at this point in the history
  • Loading branch information
leslie2046 authored Jan 2, 2025
1 parent d7c0bc8 commit 2e716f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/controllers/console/app/statistic.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,7 @@ def get(self, app_model):
messages m
ON c.id = m.conversation_id
WHERE
c.override_model_configs IS NULL
AND c.app_id = :app_id"""
c.app_id = :app_id"""
arg_dict = {"tz": account.timezone, "app_id": app_model.id}

timezone = pytz.timezone(account.timezone)
Expand Down

0 comments on commit 2e716f8

Please sign in to comment.