Skip to content

Commit

Permalink
Fix property
Browse files Browse the repository at this point in the history
  • Loading branch information
slowaner committed Aug 1, 2024
1 parent 0ea4531 commit 273a999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cybsi/api/search/stored_queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def author(self) -> RefView:
def is_replist_compatible(self) -> bool:
"""Replist compatibility flag."""

return bool(self._get("isReplistCompatible"))
return self._get("isReplistCompatible")


class StoredQueryView(_TaggedRefView, StoredQueryFilterView):
Expand Down

0 comments on commit 273a999

Please sign in to comment.