Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into mail
  • Loading branch information
codedsun committed Nov 26, 2019
2 parents d557380 + bae44d9 commit e4dc5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/helpers/query.py
Expand Up @@ -38,7 +38,7 @@ def event_query(self, query_, view_kwargs, event_id='event_id', event_identifier
return query_


#TODO: Unused function. Remove
# TODO: Unused function. Remove
def get_upcoming_events():
return Event.query.filter(Event.starts_at >= datetime.datetime.now()).filter(
Event.ends_at >= datetime.datetime.now()).filter_by(deleted_at=None)
Expand Down

0 comments on commit e4dc5a1

Please sign in to comment.