⬆️ 更新内核依赖

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 Templates() (templates []*Template) {
template := &Template{}
innerU := util.BazaarOSSServer + "/package/" + repoURL + "/template.json"
innerResp, innerErr := httpclient.NewBrowserRequest().SetResult(template).Get(innerU)
innerResp, innerErr := httpclient.NewBrowserRequest().SetSuccessResult(template).Get(innerU)
if nil != innerErr {
logging.LogErrorf("get community template [%s] failed: %s", repoURL, innerErr)
return