kripod/monero-prices.js

View on GitHub

Showing 1 of 2 total issues

Function get has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

exports.get = function (currencyCode) {
  var output;

  // Convert 'currencyCode' to an array if necessary
  if (typeof currencyCode === 'string') {
Severity: Minor
Found in lib/index.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language