Skip to content

Commit

Permalink
add bizzclick deprecated warning
Browse files Browse the repository at this point in the history
  • Loading branch information
BizzClick committed May 24, 2024
1 parent eb01327 commit c505b26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exchange/adapter_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ func GetDisabledBidderWarningMessages(infos config.BidderInfos) map[string]strin
"applogy": `Bidder "applogy" is no longer available in Prebid Server. Please update your configuration.`,
"rhythmone": `Bidder "rhythmone" is no longer available in Prebid Server. Please update your configuration.`,
"nanointeractive": `Bidder "nanointeractive" is no longer available in Prebid Server. Please update your configuration.`,
"bizzclick": `Bidder "bizzclick" is no longer available in Prebid Server. Please update your configuration.`,
}

return mergeRemovedAndDisabledBidderWarningMessages(removed, infos)
Expand Down

0 comments on commit c505b26

Please sign in to comment.