DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

1519b7eb79786e54b70f4c42db566fec68f4534a — Jonni Liljamo 1 year, 8 months ago 034f409
fix(sdbapi): return empty json from join
1 files changed, 1 insertions(+), 2 deletions(-)

M sdbapi/handlers/joingame.go
M sdbapi/handlers/joingame.go => sdbapi/handlers/joingame.go +1 -2
@@ 66,6 66,5 @@ func JoinGame(c *gin.Context) {
		return
	}

	// return a 20x code
	c.JSON(http.StatusNoContent, nil)
	c.JSON(http.StatusOK, gin.H{})
}