提交 402ef93f 编写于 作者: R rsercano

simple tweak for file deletion

上级 f6190e6c
......@@ -18,7 +18,7 @@ Meteor.methods({
let filesCollection = database.collection(bucketName + ".files");
let chunksCollection = database.collection(bucketName + ".chunks");
filesCollection.find(selector).toArray(function (err, docs) {
filesCollection.find(selector, {_id: 1}).toArray(function (err, docs) {
if (err) {
done(err, docs);
return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册