diff --git a/lib/towerops/gaiia/sync.ex b/lib/towerops/gaiia/sync.ex index 05573ae9..f78902a4 100644 --- a/lib/towerops/gaiia/sync.ex +++ b/lib/towerops/gaiia/sync.ex @@ -87,7 +87,7 @@ defmodule Towerops.Gaiia.Sync do %{ gaiia_id: node["id"], - readable_id: node["readableId"], + readable_id: to_string(node["readableId"]), name: node["name"], status: get_in(node, ["status", "name"]), account_type: get_in(node, ["type", "name"]),