Skip to content

Commit

Permalink
remove logo url
Browse files Browse the repository at this point in the history
  • Loading branch information
LDannijs committed Jun 17, 2024
1 parent 31648f1 commit eae0d37
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/csv.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const csvWriter = createObjectCsvWriter({
{ id: 'description', title: 'Description' },
{ id: 'documentationUrl', title: 'Documentation URL' },
{ id: 'format', title: 'Format' },
{ id: 'logoUrl', title: 'Logo URL' }
]
});

Expand All @@ -37,7 +36,6 @@ const readTemplateFile = (templateName) => {
description: templateData.description,
documentationUrl: templateData['documentation-url'],
format: format,
logoUrl: templateData['logo-url']
};
};

Expand Down

0 comments on commit eae0d37

Please sign in to comment.