fix news page

This commit is contained in:
SethBurkart123
2024-03-28 12:36:08 +11:00
parent 967fa34ed4
commit d94dd1ee12
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ browser.runtime.onMessage.addListener((request: any, _sender: any, sendResponse:
'-' +
(date.getMonth() + 1) +
'-' +
(date.getDate() - 1);
(date.getDate() - 5);
const url = `https://newsapi.org/v2/everything?domains=abc.net.au&from=${from}&apiKey=17c0da766ba347c89d094449504e3080`;