mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-19 14:41:24 +08:00
chore: verify ci is working
This commit is contained in:
parent
1b952730cd
commit
a2434a397d
@ -28,6 +28,8 @@ export async function ensureServerTrusted(
|
|||||||
): Promise<MCPServer | null> {
|
): Promise<MCPServer | null> {
|
||||||
const isProtocolInstall = currentServer.installSource === 'protocol'
|
const isProtocolInstall = currentServer.installSource === 'protocol'
|
||||||
|
|
||||||
|
const UNUSED_VAR_TO_TEST_CI = 'UNUSED_VAR_TO_TEST_CI'
|
||||||
|
|
||||||
logger.silly('ensureServerTrusted', {
|
logger.silly('ensureServerTrusted', {
|
||||||
serverId: currentServer.id,
|
serverId: currentServer.id,
|
||||||
installSource: currentServer.installSource,
|
installSource: currentServer.installSource,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user