Skip to content

Commit 3843f6f

Browse files
committed
fix id
1 parent 4e77ff3 commit 3843f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/csv.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const csvWriter = createObjectCsvWriter({
1818
{ id: 'name', title: 'Name' },
1919
{ id: 'description', title: 'Description' },
2020
{ id: 'documentationUrl', title: 'Documentation URL' },
21-
{ id: 'TTSDocumentationUrl', title: 'TTS Documentation URL' },
21+
{ id: 'ttsDocumentationUrl', title: 'TTS Documentation URL' },
2222
{ id: 'format', title: 'Format' },
2323
]
2424
});

0 commit comments

Comments
 (0)