Skip to content

Commit

Permalink
fix: remove phantom fields
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLSM committed Apr 23, 2024
1 parent 7364bae commit 289f156
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shared/types/submission.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ export const MultirespondentSubmissionStreamDto =
form_logics: true,
encryptedSubmissionSecretKey: true,
encryptedContent: true,
verifiedContent: true,
version: true,
}).extend({
attachmentMetadata: z.record(z.string()),
Expand Down

0 comments on commit 289f156

Please sign in to comment.