Skip to content

Commit 17226a6

Browse files
authored
Merge branch 'TT-384-refactor-tables' of https://github.com/ioet/time-tracker-backend into TT-384-refactor-tables
2 parents abe096e + e3480cc commit 17226a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

time_tracker_api/activities/activities_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def get_all_with_id_in_list(
142142
activity_ids,
143143
)
144144

145-
def get_all_old(
145+
def get_all_v1(
146146
self,
147147
conditions: dict = None,
148148
activities_id: List = None,

0 commit comments

Comments
 (0)