Skip to content

Commit

Permalink
[PPS] Removing unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
pritamps committed Feb 23, 2024
1 parent 3d7685e commit 6abb1a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/db/quiz_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def get_live_quiz_stats(self, quiz_id, start_date=None, end_date=None):
{
"$group": {
"_id": None,
"totalUniqueUsers": {"$push": "$_id.user_id"},
"totalFinishedSessions": {"$sum": "$finishedSessions"},
"data": {"$push": "$$ROOT"},
}
Expand Down

0 comments on commit 6abb1a5

Please sign in to comment.