Skip to content

Commit

Permalink
config: Correct spelling and description in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshamarora1 authored and kpsherva committed Mar 4, 2024
1 parent db0d667 commit a36ca90
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 @@ -420,8 +420,8 @@ def _parse_env_bool(var_name, default=None):

#: The maximum duration of a loan request
ILS_CIRCULATION_LOAN_REQUEST_DURATION_DAYS = 120
#: Loan Request Offset Value
ILS_CIRCULATION_LOAD_REQUEST_OFFSET = 2
#: The minimum number of days after which a loan can start from the date of request
ILS_CIRCULATION_LOAN_REQUEST_OFFSET = 2

# Namespaces for fields added to the metadata schema
ILS_RECORDS_METADATA_NAMESPACES = {
Expand Down

0 comments on commit a36ca90

Please sign in to comment.