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