Indentation fix

This commit is contained in:
Will Boyd
2024-02-26 12:42:10 -05:00
parent 8477487047
commit 735d0f552b
+1 -1
View File
@@ -8,5 +8,5 @@ module.exports = (post) => {
.filter(category => category.$.domain === 'post_tag')
.map(({ $: attributes }) => decodeURIComponent(attributes.nicename));
return categories;
return categories;
};