We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed8e3d commit ce3afb2Copy full SHA for ce3afb2
1 file changed
apps/web/src/features/upload/utils.ts
@@ -90,8 +90,6 @@ function isZodObjectDef(def: AnyZodTypeDef): def is z.ZodObjectDef {
90
return def.typeName === z.ZodFirstPartyTypeKind.ZodObject;
91
}
92
93
-// TODO - fix extract set and record array functions to handle whitespace and trailing semicolon (present or included)
94
-
95
function extractSetEntry(entry: string) {
96
const result = /SET\(\s*(.*?)\s*\)/.exec(entry);
97
if (!result?.[1]) {
0 commit comments