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 Dec 20, 2018
1 parent 0721d7c commit bf83756
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 bf83756

Please sign in to comment.