mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-06-05 15:09:59 +09:00
Indentation fix
This commit is contained in:
@@ -8,5 +8,5 @@ module.exports = (post) => {
|
||||
.filter(category => category.$.domain === 'post_tag')
|
||||
.map(({ $: attributes }) => decodeURIComponent(attributes.nicename));
|
||||
|
||||
return categories;
|
||||
return categories;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user