mirror of
https://gitlab.com/SukkaW/ruleset.skk.moe.git
synced 2026-04-18 17:54:26 +00:00
deploy: b01b01845967feffa8defd5a30356c8d807e4442
This commit is contained in:
@@ -245,7 +245,7 @@ async function processFilterRules(filterRulesUrl) {
|
||||
(await Promise.all(
|
||||
Array.from(domainSets).reduce((result, element, index) => {
|
||||
const chunk = index % threads;
|
||||
result[chunk] = result[chunk] ?? [];
|
||||
result[chunk] ??= [];
|
||||
|
||||
result[chunk].push(element);
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user