fixup! Ref: Avatars to use modern gridfs

pull/4336/head
David Arnold 5 years ago committed by Denis Perov
parent 386828fe3e
commit 0f91eaa0a0
  1. 2
      models/avatars.js

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

Loading…
Cancel
Save