Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
slesaad committed Oct 9, 2023
1 parent 266d06c commit 9ee7c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(

if app_settings.identity_pool_id:
self.identitypool = cognito_id_pool.IdentityPool.from_identity_pool_id(
self, "identity-pool", app_settings.identity_pool_id_id
self, "identity-pool", app_settings.identity_pool_id
)
else:
auth_provider_client = self.add_programmatic_client(
Expand Down

0 comments on commit 9ee7c16

Please sign in to comment.