mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Update av export
This commit is contained in:
parent
c3adbe6b52
commit
10ac5e557d
3 changed files with 27 additions and 16 deletions
|
|
@ -442,11 +442,7 @@ func getCloudUser(c *gin.Context) {
|
|||
if nil != t {
|
||||
token = t.(string)
|
||||
}
|
||||
if err := model.RefreshUser(token); nil != err {
|
||||
ret.Code = 1
|
||||
ret.Msg = err.Error()
|
||||
return
|
||||
}
|
||||
model.RefreshUser(token)
|
||||
ret.Data = model.Conf.User
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue