fix: initial install not loading seqta

This commit is contained in:
SethBurkart123
2025-03-28 17:18:23 +11:00
parent d19f573093
commit 9542cb13f5
4 changed files with 12 additions and 15 deletions
+1
View File
@@ -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();