From 72d7085b6318e4b57759ac11e4a6868e3800a1dd Mon Sep 17 00:00:00 2001 From: eveleighoj <35256612+eveleighoj@users.noreply.github.com> Date: Thu, 25 Jan 2024 15:18:08 +0100 Subject: [PATCH] Update entity.py (#238) --- application/routers/entity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/routers/entity.py b/application/routers/entity.py index 231e0090..b9376650 100644 --- a/application/routers/entity.py +++ b/application/routers/entity.py @@ -278,7 +278,7 @@ def search_entities( columns = ["dataset", "name", "plural", "typology", "themes", "paint_options"] datasets = [dataset.dict(include=set(columns)) for dataset in response] - local_authorities = get_local_authorities(session, "local-authority-eng") + local_authorities = get_local_authorities(session, "local-authority") local_authorities = [la.dict() for la in local_authorities] if links.get("prev") is not None: