fixing btc
This commit is contained in:
parent
3bb38fc15a
commit
3d444486f1
@ -22,6 +22,7 @@
|
||||
data += chunk;
|
||||
});
|
||||
response.on('end', function() {
|
||||
console.log('>> data', data);
|
||||
callback(JSON.parse(data), r);
|
||||
});
|
||||
response.on('error', function(e) {
|
||||
|
Loading…
Reference in New Issue
Block a user