Skip to content

Commit d2a47f4

Browse files
authored
Fix modelGroups typo (prebid#13623)
1 parent 0214262 commit d2a47f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/priceFloors.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ export type Schema1FloorData = FloorsDef & BaseFloorData & {
742742

743743
export type Schema2FloorData = BaseFloorData & {
744744
floorsSchemaVersion: 2;
745-
modelGrups: (FloorsDef & {
745+
modelGroups: (FloorsDef & {
746746
/**
747747
* Used by the module to determine when to apply the specific model.
748748
*/
@@ -768,7 +768,7 @@ export type FloorsConfig = Pick<Schema1FloorData, 'skipRate' | 'floorProvider'>
768768
* The Price Floors Module will take the greater of floorMin and the matched rule CPM when evaluating getFloor() and enforcing floors.
769769
*/
770770
floorMin?: number;
771-
enforcement?: Pick<Schema2FloorData['modelGrups'][0], 'noFloorSignalBidders'> & {
771+
enforcement?: Pick<Schema2FloorData['modelGroups'][0], 'noFloorSignalBidders'> & {
772772
/**
773773
* If set to true (the default), the Price Floors Module will provide floors to bid adapters for bid request
774774
* matched rules and suppress any bids not exceeding a matching floor.

0 commit comments

Comments
 (0)