We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a5c42f + 2ef5c32 commit 555b694Copy full SHA for 555b694
src/decode.ts
@@ -41,7 +41,7 @@ export function decode<
41
return (object[key] = isArray ? [] : {});
42
}
43
44
- // Otherwise, if it is not an emty file, add value
+ // Otherwise, if it is not an empty file, add value
45
if (
46
!info?.files?.includes(templateName) ||
47
(value && (typeof value === 'string' || value.size))
0 commit comments