prebid/Prebid.js

View on GitHub
src/fpd/enrichment.js

Summary

Maintainability
A
1 hr
Test Coverage

Function enrichFPD has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const enrichFPD = hook('sync', (fpd) => {
  const promArr = [fpd, getSUA().catch(() => null), tryToGetCdepLabel().catch(() => null)];

  return GreedyPromise.all(promArr)
    .then(([ortb2, sua, cdep]) => {
Severity: Minor
Found in src/fpd/enrichment.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status