Skip to content

Commit b9e5293

Browse files
committed
feat: add admin pdf copy for mrf
1 parent 6a428c4 commit b9e5293

File tree

3 files changed

+589
-284
lines changed

3 files changed

+589
-284
lines changed

src/app/modules/submission/multirespondent-submission/multirespondent-submission.controller.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ const submitMultirespondentForm = async (
139139
encryptedPayload,
140140
logMeta,
141141
attachments: req.formsg.unencryptedAttachments,
142+
growthbook: req.growthbook,
142143
})
143144
}
144145

@@ -234,6 +235,7 @@ const updateMultirespondentSubmission = async (
234235
encryptedPayload,
235236
logMeta,
236237
attachments: req.formsg.unencryptedAttachments,
238+
growthbook: req.growthbook,
237239
})
238240
}
239241

0 commit comments

Comments
 (0)