fixed parser error when using incorrect call args
This commit is contained in:
@@ -213,9 +213,6 @@ if (Meteor.isServer && Meteor.settings.useS3) {
|
||||
return collection;
|
||||
}
|
||||
} else {
|
||||
if (Meteor.isServer){
|
||||
console.log('No S3 details specified, files will be stored in the local filesystem');
|
||||
}
|
||||
createS3FilesCollection = function({
|
||||
collectionName,
|
||||
storagePath,
|
||||
|
||||
Reference in New Issue
Block a user