From e5d6ba65489a8a5cd9cc2f5b8aea8b33a435f820 Mon Sep 17 00:00:00 2001 From: George Mandis Date: Sun, 28 Nov 2021 01:25:00 -0800 Subject: [PATCH] Fixed lint issue --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index f40a0e4..1911e11 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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) => {