mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-09 00:36:34 +02:00
style changes
This commit is contained in:
@@ -55,7 +55,7 @@ module.exports = function(Topics) {
|
||||
}
|
||||
Topics.create({uid: results.postData.uid, title: title, cid: cid}, next);
|
||||
},
|
||||
function( results, next) {
|
||||
function(results, next) {
|
||||
Topics.updateTopicBookmarks(fromTid, pids, function(){ next( null, results );} );
|
||||
},
|
||||
function(_tid, next) {
|
||||
|
||||
Reference in New Issue
Block a user