mirror of
https://github.com/LBRYFoundation/lbry-social-tipbot.git
synced 2025-09-01 17:45:12 +00:00
minor error fix
This commit is contained in:
parent
49e043b0ce
commit
2ee15ffeda
1 changed files with 1 additions and 1 deletions
2
app.js
2
app.js
|
@ -611,7 +611,7 @@ const doGild = function(message, callback) {
|
||||||
return cb(null, null);
|
return cb(null, null);
|
||||||
},
|
},
|
||||||
(data, cb) => {
|
(data, cb) => {
|
||||||
if (gilddata) {
|
if (data) {
|
||||||
return sendGild(data.sender, data.recipient, data.amountLbc, data, cb);
|
return sendGild(data.sender, data.recipient, data.amountLbc, data, cb);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue