Remove geo data from subscriptions
This commit is contained in:
parent
26cfadb8da
commit
84a0d0729f
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ Meteor.publishTransformed('userSubsToFires', function transform() {
|
|||
}
|
||||
// console.log(`with noise: [${doc.lat}, ${doc.lon}]`);
|
||||
delete doc.chatId;
|
||||
// delete doc.geo;
|
||||
delete doc.geo;
|
||||
return doc;
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue