From 6f16a5c23b26183a1b9029e23ee04f5ed95ce8b1 Mon Sep 17 00:00:00 2001 From: Marco Date: Mon, 20 May 2024 17:22:06 +0200 Subject: [PATCH] wip --- api/handler/handler.go | 1 - 1 file changed, 1 deletion(-) diff --git a/api/handler/handler.go b/api/handler/handler.go index b2b4a99..0eb556b 100644 --- a/api/handler/handler.go +++ b/api/handler/handler.go @@ -61,7 +61,6 @@ func GetLobbyForPassphraseHandler(c *gin.Context) { c.IndentedJSON(http.StatusOK, passphrase) } -// TODO: this will be replaced by the JoinGameHandler() func JoinPrivateGame(c *gin.Context) { limiter.Take()