Skip to content

Commit

Permalink
Convert set to array
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Mar 12, 2024
1 parent 0e19c97 commit 49210d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/api/api_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def pept2taxa
end

# Now, retrieve all information associated with the taxa
taxon_information = Taxon.find(all_taxa)
taxon_information = Taxon.find(all_taxa.to_a)

taxon_id_to_obj = Hash.new

Expand Down

0 comments on commit 49210d0

Please sign in to comment.