Skip to content

Commit

Permalink
Update entity.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eveleighoj authored Jan 25, 2024
1 parent 1aeeea7 commit 0eb7468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/routers/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0eb7468

Please sign in to comment.