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 941ef94 commit 29eb232Copy full SHA for 29eb232
time_tracker_api/time_entries/time_entries_namespace.py
@@ -256,11 +256,6 @@ def post(self):
256
return time_entries_dao.create(ns.payload), HTTPStatus.CREATED
257
258
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
264
@ns.route('/latest')
265
class LatestTimeEntries(Resource):
266
@ns.doc('list_latest_time_entries')
0 commit comments