mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
fixup! Ref: Avatars to use modern gridfs
This commit is contained in:
parent
386828fe3e
commit
0f91eaa0a0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue