Skip to content

Commit

Permalink
fixup! feat: supports attachments for sendgrid client
Browse files Browse the repository at this point in the history
  • Loading branch information
Juiced66 committed Aug 20, 2024
1 parent 32f0f99 commit 18effb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/HermesMessengerPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export class HermesMessengerPlugin extends Plugin {
type: { type: "keyword" },
filename: { type: "keyword" },
contentDisposition: { type: "keyword" },
disposition: { type: "keyword" },
cid: { type: "keyword" },
content_id: { type: "keyword" },
},
Expand Down

0 comments on commit 18effb7

Please sign in to comment.