Skip to content

Commit

Permalink
Fixed copypasta. Removed addressed discussion comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dhakim87 committed Apr 18, 2020
1 parent 8d044a1 commit 327fa98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions microsetta_private_api/api/microsetta_private_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -840,8 +840,8 @@ paths:
operationId: microsetta_private_api.admin.admin_impl.search_kit_id
tags:
- Admin
summary: Retrieve diagnostic information about a sample by barcode
description: Retrieve diagnostic information about a sample by barcode
summary: Retrieve diagnostic information about a kit by kit_id
description: Retrieve diagnostic information about a kit by kit_id
parameters:
- in: path
name: kit_id
Expand Down
3 changes: 0 additions & 3 deletions microsetta_private_api/repo/admin_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,6 @@ def retrieve_diagnostics_by_kit_id(self, supplied_kit_id):

def retrieve_diagnostics_by_email(self, email):

# TODO: I leaned toward making this a way to discover what account to
# look into rather than giving information about all accounts with
# similar emails. Does this approach work? -DH
acct_repo = AccountRepo(self._transaction)
ids = acct_repo.get_account_ids_by_email(email)

Expand Down

0 comments on commit 327fa98

Please sign in to comment.