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.
1 parent 80c256a commit 80f4ed1Copy full SHA for 80f4ed1
time_tracker_api/activities/activities_model.py
@@ -143,7 +143,7 @@ def get_all_with_id_in_list(
143
activity_ids,
144
)
145
146
- def get_all(
+ def get_all_v1(
147
self,
148
conditions: dict = None,
149
activities_id: List = None,
@@ -162,7 +162,7 @@ def get_all(
162
163
return activities
164
165
- def get_all_test(self, conditions: dict = None) -> list:
+ def get_all(self, conditions: dict = None) -> list:
166
event_ctx = self.create_event_context("read-many")
167
activities = self.repository.find_all_from_blob_storage(event_context=event_ctx)
168
0 commit comments