Skip to content

Commit

Permalink
fix: Formatting settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mkleszcz committed Jul 8, 2024
1 parent 3804bb8 commit c67ce0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,4 +395,4 @@ def tenant_request_callback(request):
AWS_SES_REGION_NAME = env("AWS_SES_REGION_NAME", default=AWS_REGION)

# If you want to use the SESv2 client
USE_SES_V2 = True
USE_SES_V2 = True

0 comments on commit c67ce0b

Please sign in to comment.