datacite/lupo

View on GitHub
app/graphql/resolvers/claims.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method resolve has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def resolve
    return [] if context[:current_user].blank?

    # Use DataCite Claims API call to get all ORCID claims for a given DOI
    api_url =
Severity: Minor
Found in app/graphql/resolvers/claims.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status