🎨 Improve kernel stability by eliminating some data races https://github.com/siyuan-note/siyuan/issues/9842

This commit is contained in:
Daniel 2023-12-08 21:46:46 +08:00
parent f9d476ebf5
commit 1d54de679f
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
7 changed files with 83 additions and 62 deletions

View file

@ -452,7 +452,7 @@ func getCloudUser(c *gin.Context) {
token = t.(string)
}
model.RefreshUser(token)
ret.Data = model.Conf.User
ret.Data = model.Conf.GetUser()
}
func logoutCloudUser(c *gin.Context) {