mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-19 06:30:10 +08:00
refactor(proxy): fix lint
This commit is contained in:
parent
8924f954dd
commit
038da0de63
@ -13,7 +13,7 @@ import { Dispatcher, EnvHttpProxyAgent, getGlobalDispatcher, setGlobalDispatcher
|
||||
const logger = loggerService.withContext('ProxyManager')
|
||||
let byPassRules: string[] = []
|
||||
// Dynamic bypass rules that can be added/removed at runtime (e.g., for S3 endpoints)
|
||||
let dynamicBypassRules: string[] = []
|
||||
const dynamicBypassRules: string[] = []
|
||||
|
||||
type HostnameMatchType = 'exact' | 'wildcardSubdomain' | 'generalWildcard'
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user