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()