Skip to content

Commit

Permalink
rm: stale todo
Browse files Browse the repository at this point in the history
  • Loading branch information
dwinston committed Jan 23, 2025
1 parent f55ccec commit a5779da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nmdc_runtime/api/endpoints/queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def check_can_update_and_delete(user: User):

@router.post("/queries:run", response_model=QueryResponseOptions)
def run_query(
query_cmd: QueryCmd, # TODO expand to accommodate pagination -- refer to "/nmdcschema/{collection_name}"
query_cmd: QueryCmd,
mdb: MongoDatabase = Depends(get_mongo_db),
user: User = Depends(get_current_active_user),
):
Expand Down

0 comments on commit a5779da

Please sign in to comment.