| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -352,7 +352,7 @@ trait CommercialSwitches { | |||
| 352 | 352 | name = "prebid-appnexus", | |
| 353 | 353 | description = "Include AppNexus adapter in Prebid auctions", | |
| 354 | 354 | owners = group(Commercial), | |
| 355 | - safeState = On, | ||
| 355 | + safeState = Off, | ||
| 356 | 356 | sellByDate = never, | |
| 357 | 357 | exposeClientSide = true | |
| 358 | 358 | ) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -107,8 +107,8 @@ const getIndexSiteId = (): string => { | |||
| 107 | 107 | } | |
| 108 | 108 | } else { | |
| 109 | 109 | const site = config | |
| 110 | - .get('page.pbIndexSites') | ||
| 111 | - .find(s => s.bp === getBreakpointKey(), []); | ||
| 110 | + .get('page.pbIndexSites', []) | ||
| 111 | + .find(s => s.bp === getBreakpointKey()); | ||
| 112 | 112 | return site && site.id ? site.id.toString() : ''; | |
| 113 | 113 | } | |
| 114 | 114 | }; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -68,7 +68,7 @@ class PrebidAdUnit { | |||
| 68 | 68 | } | |
| 69 | 69 | } | |
| 70 | 70 | ||
| 71 | - export class PrebidService { | ||
| 71 | + class PrebidService { | ||
| 72 | 72 | static initialise(): void { | |
| 73 | 73 | const pbjsConfig = Object.assign( | |
| 74 | 74 | {}, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments