mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 10:00:13 +01:00
🎨 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{}
|
ret = &StageIndex{}
|
||||||
request := httpclient.NewBrowserRequest()
|
request := httpclient.NewBrowserRequest()
|
||||||
u := util.BazaarOSSServer + "/bazaar@" + bazaarHash + "/stage/" + pkgType + ".json"
|
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 {
|
if nil != reqErr {
|
||||||
logging.LogErrorf("get community stage index [%s] failed: %s", u, reqErr)
|
logging.LogErrorf("get community stage index [%s] failed: %s", u, reqErr)
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue