Skip to content

Commit 38ea9f2

Browse files
committed
fix: add missing closing bracket in mailjet placeholder typo
1 parent 2bb94f2 commit 38ea9f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compute/mailjet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ async function mailjet() {
2525
host: 'in.mailjet.com',
2626
port: 2525,
2727
auth: {
28-
user: process.env.MAILJET_API_KEY || '<your-mailjet-api-key',
28+
user: process.env.MAILJET_API_KEY || '<your-mailjet-api-key>',
2929
pass: process.env.MAILJET_API_SECRET || '<your-mailjet-api-secret>',
3030
},
3131
});

0 commit comments

Comments
 (0)