Skip to content

Commit

Permalink
Michao Bid Adapter: Explicitly specify version of outstream renderer URL
Browse files Browse the repository at this point in the history
  • Loading branch information
hogekai committed Dec 28, 2024
1 parent f8ee3aa commit ac07297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/michaoBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const ENV = {
NET_REVENUE: true,
DEFAULT_CURRENCY: 'USD',
OUTSTREAM_RENDERER_URL:
'https://cdn.jsdelivr.net/npm/in-renderer-js@latest/dist/in-video-renderer.umd.min.js',
'https://cdn.jsdelivr.net/npm/in-renderer-js@1.0.6/dist/in-video-renderer.umd.min.js',
};

export const spec = {
Expand Down

0 comments on commit ac07297

Please sign in to comment.