mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 01:56:12 +01:00
add missing comma
This commit is contained in:
@@ -95,7 +95,7 @@ function uploadAsFile(req, uploadedFile, callback) {
|
||||
},
|
||||
function (fileObj, next) {
|
||||
next(null, { url: fileObj.url });
|
||||
}
|
||||
},
|
||||
], callback);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user