Skip to content

Commit

Permalink
chore: remove redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin9foong committed Dec 15, 2024
1 parent 2b9ca5d commit 0ef1e49
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ export const createMultiRespondentFormSubmission = ({
mrfVersion,
} = encryptedPayload

// For non-approval steps, we only need isApproval: false and submittedAt
const submittedStepMeta: SubmittedNonApprovalStep = {
isApproval: false, // first step cannot be approval step
submittedAt: new Date().toISOString(),
Expand Down

0 comments on commit 0ef1e49

Please sign in to comment.