mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Whitespace
This commit is contained in:
@@ -1108,13 +1108,13 @@ LocalCollection._compileProjection = function (fields) {
|
||||
else
|
||||
delete res[key];
|
||||
});
|
||||
|
||||
|
||||
return res;
|
||||
};
|
||||
|
||||
return function (obj) {
|
||||
var res = transform(obj, projectionRulesTree);
|
||||
|
||||
|
||||
if (_idProjection && _.has(obj, '_id'))
|
||||
res._id = obj._id;
|
||||
if (!_idProjection && _.has(res, '_id'))
|
||||
|
||||
Reference in New Issue
Block a user