clintandrewhall/node-foursquare

little typo error

gabrielstuff opened this issue · 1 comments

In the file :
https://github.com/clintandrewhall/node-foursquare/blob/master/lib/node-foursquare.js#L98

Here :

callback({message: esultObj.error});

it should be :

callback({message: resultObj.error});