Explorar o código

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

David Arnold %!s(int64=4) %!d(string=hai) anos
pai
achega
412b60f794
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      models/attachments.js

+ 1 - 1
models/attachments.js

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