We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b7720 commit 9ab413dCopy full SHA for 9ab413d
1 file changed
apps/web/src/utils/upload.ts
@@ -779,7 +779,7 @@ export async function processInstrumentCSVZod4(
779
if (instrumentSchema instanceof z4.ZodObject) {
780
instrumentSchemaWithInternal = instrumentSchema.extend({
781
date: z4.coerce.date(),
782
- subjectID: z4.string().regex(...SUBJECT_ID_REGEX)
+ subjectID: z4.string().regex(SUBJECT_ID_REGEX)
783
});
784
shape = instrumentSchemaWithInternal.shape;
785
}
0 commit comments