mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
fix: initial install not loading seqta
This commit is contained in:
@@ -55,6 +55,7 @@ const rssFeedsByCountry: Record<string, string[]> = {
|
||||
export async function fetchNews(source: string, sendResponse: any) {
|
||||
const parser = new Parser();
|
||||
let feeds: string[];
|
||||
console.log('fetchNews', source)
|
||||
|
||||
if (source === "australia") {
|
||||
const date = new Date();
|
||||
|
||||
Reference in New Issue
Block a user