Skip to content

Commit e2492a4

Browse files
snomiaoclaude
andcommitted
fix: unexport DEFAULT_CLOUD_API_BASE (knip unused export)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7df3d5b commit e2492a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/platform/connectionPanel/resolveBackendCloudBase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const COMFY_API_BASE_FLAG = '--comfy-api-base'
2-
export const DEFAULT_CLOUD_API_BASE = 'https://api.comfy.org'
2+
const DEFAULT_CLOUD_API_BASE = 'https://api.comfy.org'
33

44
type SystemInfo = { argv?: string[]; comfy_api_base?: string }
55

0 commit comments

Comments
 (0)