Both uploader impelementations should return same response
This commit is contained in:
parent
068405607c
commit
b49d926d7a
@ -32,9 +32,9 @@ class AzureUploader {
|
||||
options,
|
||||
function(err, result) {
|
||||
if (err) {
|
||||
reject(err)
|
||||
resolve({ok: false})
|
||||
} else {
|
||||
resolve(result)
|
||||
resolve({ok: true})
|
||||
}
|
||||
}
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user