convertir idstudy a integer

This commit is contained in:
aime.rolandi 2025-04-16 12:00:36 -03:00
parent b0fdecfae5
commit 25d0f0b63c

View File

@ -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 =