diff --git a/src/index.js b/src/index.js index b3cebbb..7f8931d 100644 --- a/src/index.js +++ b/src/index.js @@ -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++) {