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 386828fe3e
commit 0f91eaa0a0

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,