Skip to content

Commit

Permalink
Push lint error to test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlane committed Jul 24, 2017
1 parent c003d9f commit 50b773b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/appnexusAstBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ AppnexusAstAdapter.createNew = function() {
return new AppnexusAstAdapter();
};

adaptermanager.registerBidAdapter(new AppnexusAstAdapter(), 'appnexusAst', {
adaptermanager.registerBidAdapter(new AppnexusAstAdapter, 'appnexusAst', {
supportedMediaTypes: ['video', 'native']
});

Expand Down

0 comments on commit 50b773b

Please sign in to comment.