🐛 macOS 端报错 数据库被锁定 Fix https://github.com/siyuan-note/siyuan/issues/6492

This commit is contained in:
Liang Ding 2022-11-06 23:03:46 +08:00
parent 133d49036f
commit fb01b220ed
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -118,13 +118,6 @@ func getUpdatePkg() (downloadPkgURLs []string, checksum string, err error) {
return
}
logging.LogInfof("rhy result [%+v]", result)
if nil == result["checksums"] {
logging.LogWarnf("get update pkg checksums failed")
return
}
ver := result["ver"].(string)
if isVersionUpToDate(ver) {
return