mirror of
https://github.com/SukkaW/Surge.git
synced 2026-02-03 12:31:54 +08:00
Make ESLint Happy
This commit is contained in:
@@ -56,7 +56,7 @@ const getS3OSSDomains = async (): Promise<Set<string>> => {
|
||||
return S3OSSDomains;
|
||||
};
|
||||
|
||||
const buildCdnConf = task(import.meta.path, async () => {
|
||||
const buildCdnConf = task(import.meta.path, async () => {
|
||||
/** @type {string[]} */
|
||||
const cdnDomainsList: string[] = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user