code failed

This commit is contained in:
ACoolName 2024-05-28 00:20:12 +03:00
parent bf58cdbe62
commit 0beda28e3e

View File

@ -499,7 +499,7 @@ func (con Connection) RunCommand(ctx *gin.Context) {
type Commands struct { type Commands struct {
CommandType string `json:"CommandType"` CommandType string `json:"CommandType"`
Arguments []uint{} `json:"Arguments"` Arguments []uint `json:"Arguments"`
} }
func (con Connection) AttachServer(ctx *gin.Context) { func (con Connection) AttachServer(ctx *gin.Context) {