Skip to content

Commit

Permalink
Unquote None
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandra Kirk <[email protected]>
  • Loading branch information
ividito and anayeaye committed Jan 3, 2025
1 parent dd03233 commit 67f7713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stac_api/infrastructure/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class vedaSTACSettings(BaseSettings):
)

userpool_id: Optional[str] = Field(
"None", description="The Cognito Userpool used for authentication"
None, description="The Cognito Userpool used for authentication"
)
cognito_domain: Optional[AnyHttpUrl] = Field(
None,
Expand Down

0 comments on commit 67f7713

Please sign in to comment.