Commit f25593b7 authored by 陈家荣's avatar 陈家荣

update 3

parent 618d1615
...@@ -13,7 +13,7 @@ exports.create=function(entity,callback){ ...@@ -13,7 +13,7 @@ exports.create=function(entity,callback){
} }
}); });
}; };
exports.remove=function(conditions,callback){ exports.remove=function(conditions,callback){
ForumFollowInfo.remove(conditions, function(err, result) { ForumFollowInfo.remove(conditions, function(err, result) {
if (err) { if (err) {
......
...@@ -13,7 +13,7 @@ exports.create = function(entity, callback) { ...@@ -13,7 +13,7 @@ exports.create = function(entity, callback) {
} }
}); });
}; };
exports.remove = function(conditions, callback) { exports.remove = function(conditions, callback) {
ForumFollowThread.remove(conditions, function(err, result) { ForumFollowThread.remove(conditions, function(err, result) {
if (err) { if (err) {
......
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