Skip to content

Commit 8a2682a

Browse files
PabloPablo
authored andcommitted
fix: TT-220 adjustments according sonar code analysis
1 parent d13c19d commit 8a2682a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

time_tracker_api/projects/projects_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def __init__(self):
7171
def find_all(
7272
self,
7373
event_context: EventContext,
74-
conditions,
74+
conditions: dict = None,
7575
project_ids: List[str] = None,
7676
customer_ids: List[str] = None,
7777
visible_only=True,

0 commit comments

Comments
 (0)