prebid/Prebid.js

View on GitHub
libraries/appnexusUtils/anKeywords.js

Summary

Maintainability
A
1 hr
Test Coverage

Function transformBidderParamKeywords has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function transformBidderParamKeywords(keywords, paramName = 'keywords') {
  const arrs = [];

  _each(keywords, (v, k) => {
    if (isArray(v)) {
Severity: Minor
Found in libraries/appnexusUtils/anKeywords.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status