mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-17 13:13:35 +08:00
fix: clean up skillhub source call
This commit is contained in:
parent
055854f8ec
commit
41d88accd8
@ -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') {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user