This commit is contained in:
Marco 2024-05-20 17:22:06 +02:00
parent 636ce06836
commit 6f16a5c23b
1 changed files with 0 additions and 1 deletions

View File

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