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