Explorar o código

fixup! Ref: Avatars to use modern gridfs

David Arnold %!s(int64=4) %!d(string=hai) anos
pai
achega
0f91eaa0a0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,