Skip to content

Commit

Permalink
Merge pull request #4 from FelixBetz/main
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller authored Oct 28, 2023
2 parents 6a5c42f + 2ef5c32 commit 555b694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 555b694

Please sign in to comment.