fixed typo

This commit is contained in:
bill bittner 2017-06-27 23:15:43 -07:00
parent 88ec0d1070
commit 455125b337

View file

@ -21,7 +21,7 @@ module.exports = {
let key = data[i].action + data[i].url; let key = data[i].action + data[i].url;
totalCount += 1; totalCount += 1;
switch (data[i].action) { switch (data[i].action) {
case 'request': case 'serve':
totalServe += 1; totalServe += 1;
break; break;
case 'publish': case 'publish':