diff --git a/theme/dbd-soft-ui/pages/admin/feed.js b/theme/dbd-soft-ui/pages/admin/feed.js index 816543c..d39622c 100644 --- a/theme/dbd-soft-ui/pages/admin/feed.js +++ b/theme/dbd-soft-ui/pages/admin/feed.js @@ -130,19 +130,19 @@ module.exports = { await db.set("feeds.three", { color: col, - description: description, + description, published: Date.now(), - icon: icon, - diff: diff, + icon, + diff, }); } else { if (!db.get("feeds.three")) { await db.set("feeds.three", { color: col, - description: description, + description, published: Date.now(), - icon: icon, - diff: diff, + icon, + diff, }); } else if (!db.get("feeds.two")) { const f3 = db.get("feeds.three"); @@ -157,10 +157,10 @@ module.exports = { await db.set("feeds.three", { color: col, - description: description, + description, published: Date.now(), - icon: icon, - diff: diff, + icon, + diff, }); } else { const f3 = db.get("feeds.three"); @@ -184,10 +184,10 @@ module.exports = { await db.set("feeds.three", { color: col, - description: description, + description, published: Date.now(), - icon: icon, - diff: diff, + icon, + diff, }); } }