Remove content type from email attachment
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -328,13 +328,11 @@ func (w *CompletionCertificateWorker) generateCertificate(
|
||||
email.ID,
|
||||
signedFile.ID,
|
||||
signedFile.FileName,
|
||||
signedFile.MimeType,
|
||||
),
|
||||
coredata.NewEmailAttachment(
|
||||
email.ID,
|
||||
certificateOfCompletionFile.ID,
|
||||
certificateFilename,
|
||||
"application/pdf",
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user