We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0ac67f + d3bc015 commit 2a57da7Copy full SHA for 2a57da7
time_tracker_api/time_entries/time_entries_model.py
@@ -140,7 +140,7 @@ def find_all(
140
)
141
142
if time_entries:
143
- projects_id = [project.project_id for project in time_entries]
+ projects_id = [str(project.project_id) for project in time_entries]
144
p_ids = (
145
str(tuple(projects_id)).replace(",", "")
146
if len(projects_id) == 1
0 commit comments