Skip to content

Commit

Permalink
feature-9077: Missing stats for daily check in scanning returning fro…
Browse files Browse the repository at this point in the history
…m API
  • Loading branch information
lthanhhieu committed Oct 16, 2023
1 parent 84a2854 commit 4c21f71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/api/blueprint/user_check_in.apib
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Get registration stats.
"check_out": 0,
"manual_count": {},
"session_id": "1",
"session_name": "example",
"session_name": "",
"speakers": [],
"track_name": "example"
"track_name": ""
}
],
"total_attendee": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ def test_get_registration_stats(db, client, jwt):
"check_out": 0,
"manual_count": {},
"session_id": "1",
"session_name": "example",
"session_name": "",
"speakers": [],
"track_name": "example",
"track_name": "",
}
],
"total_attendee": 0,
Expand Down

0 comments on commit 4c21f71

Please sign in to comment.