fixup! Ref: Attachments to use modern gridfs (rm localstore)

This commit is contained in:
David Arnold 2020-09-16 18:40:11 -05:00
parent a78c366e49
commit 20ecc9dad5
No known key found for this signature in database
GPG key ID: 6D6A936E69C59D08

View file

@ -28,7 +28,7 @@ const insertActivity = (fileObj, activityType) =>
// XXX Enforce a schema for the Attachments FilesCollection
// see: https://github.com/VeliovGroup/Meteor-Files/wiki/Schema
const Attachments = new FilesCollection({
Attachments = new FilesCollection({
debug: false, // Change to `true` for debugging
collectionName: 'attachments',
allowClientCode: false,