⬆️ 更新内核依赖

This commit is contained in:
Liang Ding 2023-02-01 12:15:27 +08:00
parent 140f10d768
commit 46a1756367
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
6 changed files with 7 additions and 7 deletions

View file

@ -55,7 +55,7 @@ func Widgets() (widgets []*Widget) {
widget := &Widget{}
innerU := util.BazaarOSSServer + "/package/" + repoURL + "/widget.json"
innerResp, innerErr := httpclient.NewBrowserRequest().SetResult(widget).Get(innerU)
innerResp, innerErr := httpclient.NewBrowserRequest().SetSuccessResult(widget).Get(innerU)
if nil != innerErr {
logging.LogErrorf("get bazaar package [%s] failed: %s", repoURL, innerErr)
return