convertir idstudy a integer
This commit is contained in:
parent
b0fdecfae5
commit
25d0f0b63c
@ -23,7 +23,7 @@ defmodule Api.Study do
|
||||
accession
|
||||
end
|
||||
|
||||
# id_study = if is_integer(id_study), do: id_study, else: String.to_integer(id_study)
|
||||
id_study = if is_integer(id_study), do: id_study, else: String.to_integer(id_study)
|
||||
|
||||
|
||||
# accession_fragment =
|
||||
|
Loading…
x
Reference in New Issue
Block a user