Procházet zdrojové kódy

fixup! Ref: Avatars to use modern gridfs

David Arnold před 4 roky
rodič
revize
0f91eaa0a0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      models/avatars.js

+ 1 - 1
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,