fixup! Ref: Avatars to use modern gridfs

This commit is contained in:
David Arnold 2020-09-15 19:35:36 -05:00
parent 15a891a529
commit 55d5fba26b
No known key found for this signature in database
GPG key ID: 6D6A936E69C59D08

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,