fix bug where group sort order is not updated correctly

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
2026-04-02 20:44:14 -04:00
parent 5efa32fe1c
commit 37ebf8781c
+1 -1
View File
@@ -18,7 +18,7 @@ type MovedGroupItemForm struct {
IsGroup bool `json:"isGroup"`
ItemID int64 `json:"id"`
NewParent int64 `json:"newParent"`
NewPos int `json:"newPosition"`
NewPos int `json:"newPos"`
}
type CreateGroupTeamForm struct {
Permission string