Fixed lint issue
This commit is contained in:
parent
77817d88f6
commit
e5d6ba6548
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ for (const [group, feeds] of Object.entries(feedList)) {
|
|||
|
||||
contents.feed = feed;
|
||||
contents.title = getTitle(contents);
|
||||
contents.link = getLink(contents);
|
||||
contents.link = getLink(contents);
|
||||
|
||||
// try to normalize date attribute naming
|
||||
contents?.items?.forEach((item) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue