Skip to content

Commit 0ee1807

Browse files
PaulRC-ioetjosepato87
authored andcommitted
feat: Create end point last entries #215
1 parent 4749765 commit 0ee1807

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

time_tracker_api/time_entries/time_entries_model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ def find_all_entries(
146146
conditions: dict = None,
147147
custom_sql_conditions: List[str] = None,
148148
date_range: dict = None,
149+
**kwargs,
149150
):
150151
conditions = conditions if conditions else {}
151152
custom_sql_conditions = (

0 commit comments

Comments
 (0)