Skip to content

Commit 069412e

Browse files
committed
Remove #TODO
1 parent 9a4f81a commit 069412e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gen3workflow/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ async def middleware_log_response_and_api_metric(
9191
if method != "POST" or path != "/ga4gh/tes/v1/tasks":
9292
return response
9393

94-
# TODO: Add user_id to this metric, currently we don't have access to fetch the user_id at the middleware level.
9594
metrics = app.metrics
9695
metrics.add_create_task_api_interaction(
9796
method=method,

0 commit comments

Comments
 (0)