We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827bac2 commit 9adb313Copy full SHA for 9adb313
1 file changed
modules/startioBidAdapter.js
@@ -173,8 +173,3 @@ export const spec = {
173
};
174
175
registerBidder(spec);
176
-
177
-// Expose spec for testing purposes in browser environment
178
-if (typeof window !== 'undefined') {
179
- window.startioAdapterSpec = spec;
180
-}
0 commit comments