Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Jul 15, 2024
1 parent 0df2552 commit bd360b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge/postoffice/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ module.exports = fp(async function (app, _opts) {
})

if (sesConfig.sourceArn) {
mailDefaults['ses'] = {
mailDefaults.ses = {
sourceArn: sesConfig.sourceArn
}
}
Expand Down

0 comments on commit bd360b5

Please sign in to comment.