Skip to content

Commit

Permalink
Fix #1533 spring server typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Kendall authored Aug 29, 2017
1 parent 82e96e2 commit 745044a
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 745044a

Please sign in to comment.