From fa9ed55d7d1b958a3f5115567b9fbba8c0bb557d Mon Sep 17 00:00:00 2001 From: David Arnold Date: Tue, 15 Sep 2020 19:36:02 -0500 Subject: [PATCH] fixup! Ref: Attachments to use modern gridfs (rm localstore) --- models/attachments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/attachments.js b/models/attachments.js index a272a159b..13b40a887 100644 --- a/models/attachments.js +++ b/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,