Fix incorrect this
in azure upload
This commit is contained in:
parent
f54e673520
commit
d775bce3b7
@ -31,7 +31,7 @@ class AzureUploader {
|
|||||||
`${this.objectName}`,
|
`${this.objectName}`,
|
||||||
f.target.result,
|
f.target.result,
|
||||||
options,
|
options,
|
||||||
function(err, result) {
|
(err, result) => {
|
||||||
if (err) {
|
if (err) {
|
||||||
resolve({ ok: false })
|
resolve({ ok: false })
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user