Skip to content

Commit 7b92d99

Browse files
committed
chore: remove todo about zkeys length check #995
1 parent c5caa6a commit 7b92d99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ export function interpretZodObjectValue(
313313
success: false
314314
};
315315
}
316-
// TODO - how do we know that `zKeys` is the same length as record? What if the user forgets to add a element
316+
317317
recordArrayObject[zKeys[i]!] = interpretZodValueResult.value;
318318
}
319319
recordArray.push(recordArrayObject);

0 commit comments

Comments
 (0)