mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 08:48:49 +01:00
📝 Update FAQ
This commit is contained in:
parent
fcb1bf3d98
commit
15bf394ba3
2 changed files with 21 additions and 7 deletions
|
|
@ -59,7 +59,7 @@ func Export2Liandi(id string) (err error) {
|
|||
}
|
||||
|
||||
sqlAssets := sql.QueryRootBlockAssets(id)
|
||||
err = uploadAssets2Cloud(sqlAssets, "4")
|
||||
err = uploadAssets2Cloud(sqlAssets, bizTypeExport2Liandi)
|
||||
if nil != err {
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue