Skip to content

Commit

Permalink
Add missing keys parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ddegoede committed Sep 12, 2024
1 parent abcae3c commit 247b57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheflib/entities/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,4 @@ def filter(self, query: str, keys: dict = None) -> Generator:
Generator of the objects retrieved based on the filtering.
"""
return self._get_entity_objects(query)
return self._get_entity_objects(query, keys)

0 comments on commit 247b57c

Please sign in to comment.