mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-15 10:40:33 +08:00
Chore: fix reject stats
This commit is contained in:
parent
70a5db7ab7
commit
7f9f34974c
@ -16,8 +16,8 @@ import runAgainstSourceFile from './lib/run-against-source-file';
|
|||||||
|
|
||||||
map.set(
|
map.set(
|
||||||
apexDomain,
|
apexDomain,
|
||||||
rejectDomainCountMap.has(apexDomain)
|
map.has(apexDomain)
|
||||||
? rejectDomainCountMap.get(apexDomain)! + 1
|
? map.get(apexDomain)! + 1
|
||||||
: 1
|
: 1
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user