fix: incorrect field name in UMS (#14073)
This commit is contained in:
parent
279584775d
commit
bea92ae289
|
|
@ -35,7 +35,7 @@ const rss3Ums = (data) => {
|
|||
metadata: {
|
||||
authors: typeof item.author === 'string' ? [{ name: item.author }] : item.author,
|
||||
description: item.description,
|
||||
pubDate: item.pubDate,
|
||||
pub_date: item.pubDate,
|
||||
tags: typeof item.category === 'string' ? [item.category] : item.category,
|
||||
title: item.title,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue