We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b122da commit 125c93cCopy full SHA for 125c93c
1 file changed
src/utils/DisplayNetwork.js
@@ -45,7 +45,7 @@ class DisplayNetwork {
45
if (WP_ENV == 'development') return 1000
46
47
let interval = 0
48
- switch (ad.impressions_interval) {
+ switch (ad.impression_interval) {
49
case 'daily': interval = DAILY_INTERVAL
50
break;
51
case 'weekly': interval = WEEKLY_INTERVAL
0 commit comments