fix: clean up skillhub source call

This commit is contained in:
程序员阿江(Relakkes) 2026-07-03 18:08:17 +08:00
parent 055854f8ec
commit 41d88accd8

View File

@ -66,7 +66,7 @@ export function createSkillMarketService(options: SkillMarketServiceOptions = {}
}
if (source === 'skillhub') {
return withInstalled(await listSkillHub(params, 'ok'))
return withInstalled(await listSkillHub(params))
}
if (source !== 'auto') {