Skip to content

Commit 5eaf9ed

Browse files
committed
chore: remove comment
1 parent 7b92d99 commit 5eaf9ed

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/web/src/features/upload/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,6 @@ export async function processInstrumentCSV(
450450

451451
shape = instrumentSchemaWithInternal._def.shape() as { [key: string]: z.ZodTypeAny };
452452
} else {
453-
//const shape2 = instrumentSchema.shape as { [key: string]: z.ZodTypeAny };
454453
instrumentSchemaWithInternal = instrumentSchema.extend({
455454
date: z.coerce.date(),
456455
subjectID: z.string()

0 commit comments

Comments
 (0)