Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Jul 8, 2023
1 parent debe6f8 commit a897d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/common/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def headers(self):


class ListWithHeadersMixin(ListModelMixin):
default_filters = {'is_active': True}
default_filters = {}
object_list = None
_max_score = None
_scores = None
Expand Down

0 comments on commit a897d22

Please sign in to comment.