Skip to content

when doing a search, and passing in the category - it seems that the result from the API doesn't include a category #2

@computamike

Description

@computamike

If I run the following example code

const Chuck  = require('chucknorris-io'),
client = new Chuck();

(async () => {
  var joke= await client.getRandomJoke("dev");
  console.log(joke)
})();

Then the output category is empty

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions