Skip to content

Commit

Permalink
fix(email): missing default in residency
Browse files Browse the repository at this point in the history
  • Loading branch information
kkopanidis committed Oct 23, 2024
1 parent a052000 commit 57d4705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/email/src/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default {
residency: {
doc: 'Sets the host for sendgrid provider. SendGrid Default: global',
format: 'String',
default: '',
default: 'global',
},
apiKey: {
doc: 'The SendGrid API key',
Expand Down

0 comments on commit 57d4705

Please sign in to comment.