We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db767f1 commit 8185ceeCopy full SHA for 8185cee
services/forms/group.go
@@ -18,7 +18,7 @@ type MovedGroupItemForm struct {
18
IsGroup bool `json:"isGroup"`
19
ItemID int64 `json:"id"`
20
NewParent int64 `json:"newParent"`
21
- NewPos int `json:"newPosition"`
+ NewPos int `json:"newPos"`
22
}
23
type CreateGroupTeamForm struct {
24
Permission string
0 commit comments