mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-20 22:14:06 +01:00
🎨 Improve upload asset to cloud error message
This commit is contained in:
parent
fe9ffed025
commit
1ce56dee21
2 changed files with 6 additions and 6 deletions
|
|
@ -225,7 +225,7 @@ func Export2Liandi(id string) (err error) {
|
|||
embedAssets := assetsLinkDestsInQueryEmbedNodes(tree)
|
||||
assets = append(assets, embedAssets...)
|
||||
assets = gulu.Str.RemoveDuplicatedElem(assets)
|
||||
err = uploadAssets2Cloud(assets, bizTypeExport2Liandi)
|
||||
_, err = uploadAssets2Cloud(assets, bizTypeExport2Liandi)
|
||||
if nil != err {
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue