Skip to content

Commit

Permalink
fix: resolve issue where WordPress import fails with a single tag (#54)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Wang <[email protected]>
  • Loading branch information
ruibaby authored Jul 9, 2024
1 parent f17b7d2 commit 416cd3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions console/src/modules/wordpress/use-wordpress-data-parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export function useWordPressDataParser(
const isArrayPath = [
"rss.channel.item",
"rss.channel.wp:category",
"rss.channel.wp:tag",
"rss.channel.item.category",
"rss.channel.item.wp:postmeta",
"rss.channel.item.wp:comment",
Expand Down

0 comments on commit 416cd3f

Please sign in to comment.