diff --git a/lib/routes/route.ex b/lib/routes/route.ex index c5f0acc7f2..b3226fb7c7 100644 --- a/lib/routes/route.ex +++ b/lib/routes/route.ex @@ -3,7 +3,7 @@ defmodule Routes.Route do @routes_repo Application.compile_env!(:dotcom, :repo_modules)[:routes] - @derive Jason.Encoder + @derive {Jason.Encoder, except: [:external_agency_name]} defstruct color: "", custom_route?: false,