Skip to content

Commit

Permalink
Fix #1533 spring server typo (#1542)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Kendall authored and Nate Cozi committed Aug 30, 2017
1 parent c63673c commit c66fc51
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 c66fc51

Please sign in to comment.