Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
0456e0ef0e | ||
|
4a3bb0b1b7 | ||
|
b451adf35b | ||
|
5c84d7402e |
@@ -14,8 +14,8 @@
|
||||
],
|
||||
"My GitHub Projects": [
|
||||
"https://github.com/georgemandis.atom",
|
||||
"https://github.com/snaptortoise/konami-js/releases.atom",
|
||||
"https://github.com/snaptortoise/konami-js/commits/master.atom",
|
||||
"https://github.com/georgemandis/konami-js/releases.atom",
|
||||
"https://github.com/georgemandis/konami-js/commits/main.atom",
|
||||
"https://github.com/javascriptforartists/cheer-me-up-and-sing-me-a-song/commits/master.atom",
|
||||
"https://github.com/georgemandis/circuit-playground-midi-multi-tool/commits/master.atom",
|
||||
"https://github.com/georgemandis/remote-working-list/commits/master.atom",
|
||||
|
@@ -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++) {
|
||||
|
Reference in New Issue
Block a user