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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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