mirror of
https://github.com/georgemandis/bubo-rss.git
synced 2024-11-05 04:04:23 +00:00
Added missing const. How did I not ever catch this?
This commit is contained in:
parent
c4aa99d086
commit
5c84d7402e
@ -93,7 +93,7 @@ const getTimestamp = (obj) => {
|
||||
const contentFromAllFeeds = {};
|
||||
const errors = [];
|
||||
|
||||
for (group in feeds) {
|
||||
for (const group in feeds) {
|
||||
contentFromAllFeeds[group] = [];
|
||||
|
||||
for (let index = 0; index < feeds[group].length; index++) {
|
||||
|
Loading…
Reference in New Issue
Block a user