mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
some cleanup and fixing breaking bug introduced by merge
This commit is contained in:
@@ -2,10 +2,7 @@
|
||||
var RDB = require('./redis.js'),
|
||||
schema = require('./schema.js'),
|
||||
posts = require('./posts.js'),
|
||||
topics = require('./topics.js'),
|
||||
config = require('../config.js');
|
||||
|
||||
|
||||
topics = require('./topics.js');
|
||||
|
||||
function saveFeed(feed, xml) {
|
||||
feed.endEntry();
|
||||
@@ -16,7 +13,6 @@
|
||||
var ATOMWriter = require('atom-writer'),
|
||||
feed = new ATOMWriter(xml);
|
||||
|
||||
|
||||
return feed
|
||||
.startFeed(urn)
|
||||
.writeStartIndex(1)
|
||||
@@ -74,10 +70,7 @@
|
||||
|
||||
};
|
||||
|
||||
|
||||
Feed.updateCategory = function(params) {
|
||||
|
||||
};
|
||||
|
||||
|
||||
}(exports));
|
||||
Reference in New Issue
Block a user