提交 def8f99f 编写于 作者: S Sercan

#53

......@@ -144,7 +144,7 @@ Meteor.methods({
return Async.runSync(function (done) {
try {
database.createCollection(collectionName, options, function (err, collection) {
database.createCollection(collectionName, options, function (err, result) {
done(err, null);
});
}
......@@ -180,4 +180,4 @@ var proceedConnectingMongodb = function (connectionUrl, connectionOptions, done)
}
}
});
};
\ No newline at end of file
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册