fixup! Ref: Avatars to use modern gridfs

This commit is contained in:
David Arnold 2020-09-15 19:35:36 -05:00 committed by Denis Perov
parent 2d53cd13b6
commit 075a9016d4

View file

@ -7,7 +7,7 @@ import { createOnAfterRemove } from './lib/fsHooks/createOnAfterRemove';
const avatarsBucket = createBucket('avatars');
export const Avatars = new FilesCollection({
const Avatars = new FilesCollection({
debug: false, // Change to `true` for debugging
collectionName: 'avatars',
allowClientCode: false,