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