From 0beda28e3e77669fccaa52bc34e351946de321c0 Mon Sep 17 00:00:00 2001 From: ACoolName Date: Tue, 28 May 2024 00:20:12 +0300 Subject: [PATCH] code failed --- servers/servers.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servers/servers.go b/servers/servers.go index b761453..d3eba83 100644 --- a/servers/servers.go +++ b/servers/servers.go @@ -498,8 +498,8 @@ func (con Connection) RunCommand(ctx *gin.Context) { } type Commands struct { - CommandType string `json:"CommandType"` - Arguments []uint{} `json:"Arguments"` + CommandType string `json:"CommandType"` + Arguments []uint `json:"Arguments"` } func (con Connection) AttachServer(ctx *gin.Context) {