Skip to content

Commit

Permalink
fix: add missing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnuon committed Jan 3, 2024
1 parent f6ce144 commit fbad6ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions search/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ def perform_search(
"start": processing_timer.start_time,
"end": processing_timer.end_time,
"elapsed": processing_timer.elapsed_time,
}
},
"search_time": {
"start": search_timer.start_time,
"end": search_timer.end_time,
"elapsed": search_timer.elapsed_time,
}
},
"filter_generation_time": {
"start": filter_generation_timer.start_time,
"end": filter_generation_timer.end_time,
Expand Down

0 comments on commit fbad6ed

Please sign in to comment.