Skip to content

Commit

Permalink
fix typo in config name
Browse files Browse the repository at this point in the history
  • Loading branch information
snapwich committed Jan 18, 2019
1 parent 1fee1f7 commit 90da819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export function newConfig() {
get useBidCache() {
return this._useBidCache;
},
set useBidderCache(val) {
set useBidCache(val) {
this._useBidCache = val;
},

Expand Down

0 comments on commit 90da819

Please sign in to comment.