Skip to content

Commit

Permalink
Apply Linting & Formatting Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dileepadari authored and github-actions[bot] committed Nov 11, 2024
1 parent 2f41390 commit 63e315e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def eventsWithSorting(

if name is not None and pagination:
searchspace["name"] = {"$regex": name, "$options": "i"}

ongoing_events_query = {
**searchspace,
"datetimeperiod.0": {"$lte": current_datetime},
Expand Down

0 comments on commit 63e315e

Please sign in to comment.