fixed typo
This commit is contained in:
parent
88ec0d1070
commit
455125b337
1 changed files with 1 additions and 1 deletions
|
@ -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':
|
||||||
|
|
Loading…
Reference in a new issue