mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-30 02:14:43 +08:00
chore: update Cargo.lock and format providerConfigUtils
This commit is contained in:
@@ -194,9 +194,7 @@ export const hasGeminiCommonConfigSnippet = (
|
||||
|
||||
const entries = Object.entries(parsed).filter(([key, value]) => {
|
||||
if (
|
||||
GEMINI_COMMON_ENV_FORBIDDEN_KEYS.includes(
|
||||
key as GeminiForbiddenEnvKey,
|
||||
)
|
||||
GEMINI_COMMON_ENV_FORBIDDEN_KEYS.includes(key as GeminiForbiddenEnvKey)
|
||||
) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user