Skip to content

Commit 7da8299

Browse files
authored
Apply suggestion from @aduh95
1 parent 7078901 commit 7da8299

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/generators/legacy-json-all/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default {
8686
await writeFile(
8787
join(output, 'all.json'),
8888
JSON.stringify(
89-
section,
89+
generatedValue,
9090
[
9191
// TODO: remove this array once all the additional keys have been introduced downstream
9292
'added',

0 commit comments

Comments
 (0)