mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-14 18:20:35 +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(
|
||||
apexDomain,
|
||||
rejectDomainCountMap.has(apexDomain)
|
||||
? rejectDomainCountMap.get(apexDomain)! + 1
|
||||
map.has(apexDomain)
|
||||
? map.get(apexDomain)! + 1
|
||||
: 1
|
||||
);
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user