Skip to content

Commit 29eb232

Browse files
committed
fix: delete line comments
1 parent 941ef94 commit 29eb232

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

time_tracker_api/time_entries/time_entries_namespace.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -256,11 +256,6 @@ def post(self):
256256
return time_entries_dao.create(ns.payload), HTTPStatus.CREATED
257257

258258

259-
# TODO: Once this endpoint is working as expected in prod, review and
260-
# remove unnecessary filter args. As we are using same attributes_filter
261-
# as the get_all endpoint and some of the args are unnecessary for this endpoint.
262-
263-
264259
@ns.route('/latest')
265260
class LatestTimeEntries(Resource):
266261
@ns.doc('list_latest_time_entries')

0 commit comments

Comments
 (0)