mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Chore: minor infra changes
1
This commit is contained in:
@@ -11,7 +11,7 @@ import { sortDomains } from './lib/stable-sort-domain';
|
||||
|
||||
const getS3OSSDomainsPromise = (async (): Promise<string[]> => {
|
||||
const trie = createTrie(
|
||||
(await getPublicSuffixListTextPromise()).split('\n'),
|
||||
await getPublicSuffixListTextPromise(),
|
||||
true,
|
||||
false
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user