mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
fixup! Ref: Avatars to use modern gridfs
This commit is contained in:
parent
9de430fdc1
commit
c41335a967
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ if (Meteor.isServer) {
|
|||
avatarsBucket = createBucket('avatars');
|
||||
}
|
||||
|
||||
const Avatars = new FilesCollection({
|
||||
Avatars = new FilesCollection({
|
||||
debug: false, // Change to `true` for debugging
|
||||
collectionName: 'avatars',
|
||||
allowClientCode: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue