fix: incorrect field name in UMS (#14073)

This commit is contained in:
Henry Wang 2023-12-18 14:18:22 +00:00 committed by GitHub
parent 279584775d
commit bea92ae289
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,
},