fixup! Ref: Avatars to use modern gridfs

This commit is contained in:
David Arnold 2020-09-16 18:39:57 -05:00 committed by Denis Perov
parent 9de430fdc1
commit c41335a967

View file

@ -10,7 +10,7 @@ if (Meteor.isServer) {
avatarsBucket = createBucket('avatars');
}
const Avatars = new FilesCollection({
Avatars = new FilesCollection({
debug: false, // Change to `true` for debugging
collectionName: 'avatars',
allowClientCode: true,