Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

paulorcvieira
Copy link

The value received in let { word, language, version } = req.params in app.js on line 70 is converted to lowercase on line 91 language = language.toLowerCase(); however when checking if this value exists on line 94 if (!utils.isLanguageSupported(language)) { return handleError.call(res, new errors.NoDefinitionsFound()); } is returned false due to the value being in capital letters in modules/utils.js ('pt-BR', // Brazilian Portuguese), thus an error is returned

img1
img2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant