houyaf 3 vuotta sitten
vanhempi
commit
20fff91e07
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      web/controllers/group_controller.go

+ 1 - 1
web/controllers/group_controller.go

@@ -58,7 +58,7 @@ func (c *GroupController) Create() *JsonResult {
     }
 }
 
-func (c *GroupController) Update(groupId int64) *JsonResult {
+func (c *GroupController) Update() *JsonResult {
     ocId   := c.GetCurOcId()
     userId := c.GetCurUserId()