소스 검색

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

David Arnold 4 년 전
부모
커밋
412b60f794
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,