Skip to content

Commit 53cc5fe

Browse files
committed
feat: send email despite pdf generation failure
1 parent c6089d5 commit 53cc5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/submission/encrypt-submission/encrypt-submission.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ export const performEncryptPostSubmissionActions = ({
303303
submission,
304304
form,
305305
responsesData: formData,
306-
})
306+
}).orElse(() => okAsync(undefined))
307307

308308
return pdfAttachmentResult.andThen((pdfAttachment) => {
309309
return ResultAsync.combine([

0 commit comments

Comments
 (0)