convertir idstudy a integer
This commit is contained in:
@ -23,7 +23,7 @@ defmodule Api.Study do
|
|||||||
accession
|
accession
|
||||||
end
|
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 =
|
# accession_fragment =
|
||||||
|
Reference in New Issue
Block a user