Commit 9e04ac12 authored by analog-nico's avatar analog-nico
Browse files

Added FIXMEs

parent c3ca74ae
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -5,6 +5,13 @@ var request = require('request'),
    _ = require('lodash');


Bluebird.onPossiblyUnhandledRejection(function (err) {
    // FIXME: Only ignore them if the user did not invoke 'then' yet.
});

// FIXME: A require('request') by the user will also return Request-Promise. A seperate Request instance is required.


function ownCallback(err, httpResponse, body) {

    /* jshint validthis:true */