🎨 Improve upload asset to cloud error message

This commit is contained in:
Daniel 2024-05-14 00:05:09 +08:00
parent fe9ffed025
commit 1ce56dee21
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 6 additions and 6 deletions

View file

@ -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
}