Commit 73bb420a authored by strong's avatar strong

语法错误。

parent bf6b7648
...@@ -453,7 +453,7 @@ exports.getThreadById = function(tid, callback) { ...@@ -453,7 +453,7 @@ exports.getThreadById = function(tid, callback) {
// cb(null, data.length); // cb(null, data.length);
// } // }
// }); // });
} // }
], function(err, results) { ], function(err, results) {
if (err) { if (err) {
callback(err, null); callback(err, null);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment