Skip to content

Commit

Permalink
docs: Update code todo
Browse files Browse the repository at this point in the history
  • Loading branch information
bdewilde committed May 14, 2024
1 parent 423e2b2 commit bba11db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions colandr/apis/resources/studies.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,7 @@ def put(self, args, id):
return StudySchema().dump(study)


# TODO: add optional filter for num citation/fulltext reviewers
# and maybe, finally, port these queries over to sqlalchemy orm
# TODO: port these text subqueries over to sqlalchemy orm equivalents


@ns.route("")
Expand Down

0 comments on commit bba11db

Please sign in to comment.