Skip to content

Commit

Permalink
fix: undo comma removal
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnuon committed Dec 20, 2023
1 parent ab3ae13 commit 2a54da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def do_search(request, course_id=None):
"search_term": search_term,
"page_size": size,
"page_number": page,
"results_count": results["total"]
"results_count": results["total"],
}
)

Expand Down

0 comments on commit 2a54da3

Please sign in to comment.