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);
|
||||
},
|
||||
(data, cb) => {
|
||||
if (gilddata) {
|
||||
if (data) {
|
||||
return sendGild(data.sender, data.recipient, data.amountLbc, data, cb);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue