mma-api icon indicating copy to clipboard operation
mma-api copied to clipboard

Throw err on req

Open TheArctesian opened this issue 2 years ago • 0 comments

Hey running this code with your test

var mma = require('mma');
mma.fighter("Jon Jones", function(data) { console.log(data)});

Is returning

home/danielokita/Scripts/mma/node_modules/request/index.js:44
    throw new Error('undefined is not a valid uri or options object.')

Il try and go in and fix it but just letting you know

TheArctesian avatar Sep 26 '22 00:09 TheArctesian