mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
🎨 Clean code
This commit is contained in:
parent
46a025c801
commit
57293203ee
2 changed files with 6 additions and 6 deletions
|
|
@ -187,7 +187,7 @@ func removeAttributeViewValues(c *gin.Context) {
|
|||
pushRefreshAttrView(avID)
|
||||
}
|
||||
|
||||
func addAttributeViewCol(c *gin.Context) {
|
||||
func addAttributeViewKey(c *gin.Context) {
|
||||
ret := gulu.Ret.NewResult()
|
||||
defer c.JSON(http.StatusOK, ret)
|
||||
|
||||
|
|
@ -213,7 +213,7 @@ func addAttributeViewCol(c *gin.Context) {
|
|||
pushRefreshAttrView(avID)
|
||||
}
|
||||
|
||||
func removeAttributeViewCol(c *gin.Context) {
|
||||
func removeAttributeViewKey(c *gin.Context) {
|
||||
ret := gulu.Ret.NewResult()
|
||||
defer c.JSON(http.StatusOK, ret)
|
||||
|
||||
|
|
@ -235,7 +235,7 @@ func removeAttributeViewCol(c *gin.Context) {
|
|||
pushRefreshAttrView(avID)
|
||||
}
|
||||
|
||||
func sortAttributeViewCol(c *gin.Context) {
|
||||
func sortAttributeViewKey(c *gin.Context) {
|
||||
ret := gulu.Ret.NewResult()
|
||||
defer c.JSON(http.StatusOK, ret)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue