فهرست منبع

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

David Arnold 4 سال پیش
والد
کامیت
9471eb327e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      models/attachments.js

+ 1 - 1
models/attachments.js

@@ -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,