Skip to content

Commit e80f0a7

Browse files
correctly initialize ApiPayloadConverter
1 parent fb78ecc commit e80f0a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ const mailgunClient = mailgun.client({
6464
});
6565
const mailgunDomain = process.env.MAILGUN_DOMAIN;
6666
67+
const { ApiPayloadConverter } = require("parse-server-api-mail-adapter");
68+
6769
// Configure Parse Server
6870
const server = new ParseServer({
6971
...otherOptions,

0 commit comments

Comments
 (0)