Skip to content

Commit

Permalink
fix notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Kehl committed Nov 19, 2024
1 parent 386580b commit 157eef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dao/notifications_dao.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def get_notifications_for_service(
paginated_results = results[offset : offset + page_size]
pagination = Pagination(paginated_results, page, page_size, len(results))
return pagination
x


def _filter_query(querie, filter_dict=None):
if filter_dict is None:
Expand Down

0 comments on commit 157eef7

Please sign in to comment.