🎨 Brand new marketplace UI https://github.com/siyuan-note/siyuan/issues/8181
This commit is contained in:
parent
f3dc129fbd
commit
953e2fa90b
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ func getStageIndex(pkgType string) (ret *StageIndex, err error) {
|
|||
ret = &StageIndex{}
|
||||
request := httpclient.NewBrowserRequest()
|
||||
u := util.BazaarOSSServer + "/bazaar@" + bazaarHash + "/stage/" + pkgType + ".json"
|
||||
resp, reqErr := request.SetSuccessResult(cachedStageIndex).Get(u)
|
||||
resp, reqErr := request.SetSuccessResult(ret).Get(u)
|
||||
if nil != reqErr {
|
||||
logging.LogErrorf("get community stage index [%s] failed: %s", u, reqErr)
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue