Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lchen-2101 committed Oct 11, 2023
1 parent 4fe02b9 commit 1e98b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ class Settings(BaseSettings):

def __init__(self, **data):
super().__init__(**data)
self.set_jw_opts()
self.set_jwt_opts()

def set_jw_opts(self) -> None:
def set_jwt_opts(self) -> None:
"""
Converts `jwt_opts_` prefixed settings into JWT options dictionary.
all options are boolean, with exception of 'leeway' being int
Expand Down

0 comments on commit 1e98b4a

Please sign in to comment.