mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Chore: fix reject stats
This commit is contained in:
@@ -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
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user