Skip to content

Commit

Permalink
Forgot a return at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Mar 11, 2024
1 parent efb311e commit 6f95590
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/mpa_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ def pept2data
unless m.start_with? "GO" or m.start_with? "IPR"
return "EC:" . m
end

return m
end
@response[item["sequence"]] = item
taxa.append(item["lca"])
Expand Down

0 comments on commit 6f95590

Please sign in to comment.