Skip to content

Commit

Permalink
Fix prebid#1533 spring server typo (prebid#1542)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Kendall authored and ptomasroos committed Sep 1, 2017
1 parent c8307fd commit fe937d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/springserveBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@ SpringServeAdapter = function SpringServeAdapter() {
};
};

adaptermanager.registerBidAdapter(new SpringServeAdapter(), 'springserveg');
adaptermanager.registerBidAdapter(new SpringServeAdapter(), 'springserve');

module.exports = SpringServeAdapter;

0 comments on commit fe937d5

Please sign in to comment.