mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-19 01:31:34 +00:00
Remove unused parameter
This commit is contained in:
parent
facf4a29fc
commit
b008f77d36
@ -264,8 +264,7 @@ uploadsController.list = function(req, res){
|
||||
timestamps: [0],
|
||||
filename: '%b.png',
|
||||
folder: './' + config.uploads.folder + '/thumbs',
|
||||
size: '200x?',
|
||||
autopad: true
|
||||
size: '200x?'
|
||||
})
|
||||
.on('error', function(error) {
|
||||
console.log('Error - ', error.message)
|
||||
|
Loading…
Reference in New Issue
Block a user