We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5caa6a commit 7b92d99Copy full SHA for 7b92d99
1 file changed
apps/web/src/features/upload/utils.ts
@@ -313,7 +313,7 @@ export function interpretZodObjectValue(
313
success: false
314
};
315
}
316
- // TODO - how do we know that `zKeys` is the same length as record? What if the user forgets to add a element
+
317
recordArrayObject[zKeys[i]!] = interpretZodValueResult.value;
318
319
recordArray.push(recordArrayObject);
0 commit comments