diff --git a/csgo/demo_loader.go b/csgo/demo_loader.go index 4235eb3..2c23291 100644 --- a/csgo/demo_loader.go +++ b/csgo/demo_loader.go @@ -21,7 +21,6 @@ import ( "time" ) -//goland:noinspection SpellCheckingInspection const ( APPID = 730 ) diff --git a/utils/utils.go b/utils/utils.go index 1a914f7..394a8b7 100644 --- a/utils/utils.go +++ b/utils/utils.go @@ -301,7 +301,6 @@ func GetNewShareCodesForPlayer(player *ent.Player, lock *sync.RWMutex, apiKey st if err != nil { return nil, err } - time.Sleep(time.Second) } lock.Lock()