Multiple instatiations fail...
bigmonkeyboy opened this issue · 4 comments
bigmonkeyboy commented
multiple calls of new Pushbullet... fail as the variable "request" is too overloaded...
simple patch is to change line 4 to be
var Request = require('request');
and then line 21 to be
request = Request.defaults({
alexwhitman commented
Fixed with 8759227
bigmonkeyboy commented
Alex, thanks for the super quick fix. Will you also update npm at some point ? Ta.
alexwhitman commented
0.5.0 just pushed to npm.
bigmonkeyboy commented
Great - thanks again !