doSendTip: pass the err back to the callback
No real users for now, but an error callback so should do that.
This commit is contained in:
parent
e4214b1c1b
commit
cfa59507ba
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ export function doSendTip(params, isSupport, successCallback, errorCallback, sho
|
||||||
});
|
});
|
||||||
|
|
||||||
if (errorCallback) {
|
if (errorCallback) {
|
||||||
errorCallback();
|
errorCallback(err);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue