From 2ef5c32287bc45cec055ebe0b1ac26a1a083b3ac Mon Sep 17 00:00:00 2001 From: Felix Betz Date: Sat, 28 Oct 2023 00:51:42 +0200 Subject: [PATCH] fix typo --- src/decode.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/decode.ts b/src/decode.ts index 477fdf1..31e7a9d 100644 --- a/src/decode.ts +++ b/src/decode.ts @@ -41,7 +41,7 @@ export function decode< return (object[key] = isArray ? [] : {}); } - // Otherwise, if it is not an emty file, add value + // Otherwise, if it is not an empty file, add value if ( !info?.files?.includes(templateName) || (value && (typeof value === 'string' || value.size))