diff --git a/server.go b/server.go index 777338e..04b51c4 100644 --- a/server.go +++ b/server.go @@ -180,6 +180,7 @@ func formHandler (c *fiber.Ctx) error { panic(e.Error()) } + Queue[token] = nil c.Set("Location", "/feudecamp") go getListPlaylist(id, token, tokentype) return c.SendStatus(303)