diff --git a/models/avatars.js b/models/avatars.js index 6852d6baf..59dd2e403 100644 --- a/models/avatars.js +++ b/models/avatars.js @@ -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,