Skip to content

Commit

Permalink
burn wrong contenDisposition field
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-schaber committed Jan 27, 2023
1 parent 94eff58 commit 6ba3559
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/mail/attachments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ interface baseAttachment {
contentType: string;
filename: string;
contentID?: string | number;
contentDisposition?: "attachment" | "inline";
}

export type Attachment =
Expand Down

0 comments on commit 6ba3559

Please sign in to comment.