Skip to content

Commit

Permalink
config: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Jun 18, 2024
1 parent 4b6d3bc commit be579fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cds_ils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,8 @@ def _parse_env_bool(var_name, default=None):
] = loan_checkout_permission

# show more tags in the facets
RECORDS_REST_FACETS["documents"]["aggs"]["tag"] = (
dict(terms=dict(field="tags", size=10))
RECORDS_REST_FACETS["documents"]["aggs"]["tag"] = dict(
terms=dict(field="tags", size=10)
)

###############################################################################
Expand Down

0 comments on commit be579fd

Please sign in to comment.