Skip to content

Commit

Permalink
fix equate IL
Browse files Browse the repository at this point in the history
  • Loading branch information
tibvdm committed Apr 16, 2024
1 parent 67de4c2 commit 20884e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/views/private_api/proteins/proteins.json.jbuilder
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
json.lca @lca
json.common_lineage @common_lineage
json.proteins @proteins do |protein|
json.uniprotAccessionId protein.uniprot_accession_number
json.name protein.name
json.organism protein.taxon_id
json.test protein.test
json.uniprotAccessionId protein[:uniprot_accession_number]
json.name protein[:name]
json.organism protein[:organism]
json.test protein[:test]
end

0 comments on commit 20884e8

Please sign in to comment.