fixup! Ref: Avatars to use modern gridfs

This commit is contained in:
David Arnold 2020-09-16 18:39:57 -05:00
parent b24970bc3d
commit a78c366e49
No known key found for this signature in database
GPG key ID: 6D6A936E69C59D08

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,