fixup! Ref: Avatars to use modern gridfs

pull/4336/head
David Arnold 5 years ago committed by Denis Perov
parent 9de430fdc1
commit c41335a967
  1. 2
      models/avatars.js

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

Loading…
Cancel
Save