mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 14:29:29 +01:00
whoops
This commit is contained in:
parent
0069bdf5a4
commit
c97d947087
@ -69,6 +69,7 @@ var goodreads = function(dbot) {
|
||||
if(!_.isUndefined(body) && !err) {
|
||||
parseString(body, function(err, result) {
|
||||
if(result && _.has(result, 'GoodreadsResponse')) {
|
||||
var shelves = {};
|
||||
result = result['GoodreadsResponse'].user[0].user_shelves[0].user_shelf;
|
||||
_.each(result, function(shelf) {
|
||||
shelves[shelf.name[0]] = shelf.book_count[0]['_'];
|
||||
|
Loading…
Reference in New Issue
Block a user