Skip to content

Commit 16e25dd

Browse files
committed
Remove $$PREBID_GLOBAL$$ macro ref from rubicon adapter
1 parent b529357 commit 16e25dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/rubiconBidAdapter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export const spec = {
202202
prebid: {
203203
channel: {
204204
name: 'pbjs',
205-
version: $$PREBID_GLOBAL$$.version
205+
version: getGlobal().version
206206
},
207207
cache: {
208208
vastxml: {

0 commit comments

Comments
 (0)