mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Add even more cleanup
This commit is contained in:
@@ -128,7 +128,6 @@ function get_frontpage_lists(callback) {
|
||||
}
|
||||
|
||||
function update_frontpage(coll, id, title, thumbnail, source, callback) {
|
||||
//coll = coll.replace(/ /g,'');
|
||||
db.collection("frontpage_lists").find({
|
||||
_id: coll
|
||||
}, function (e, doc) {
|
||||
|
||||
Reference in New Issue
Block a user