fix: duplicate guid for each item (#12416)

* fix: duplicate guid for each item

* fix: typo
This commit is contained in:
Evan 2023-05-01 01:10:25 -07:00 committed by GitHub
parent 12f45a7844
commit 712c7d475c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ module.exports = async (ctx) => {
description: `Sony - ${productId.toUpperCase()}`,
item: list.map((item) => ({
title: item.title,
guid: item.title + ' - ' + item.url,
link: item.url,
pubDate: item.pubDate,
})),