Skip to content

Commit

Permalink
Drop out-of-date comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Fonseca committed Feb 4, 2018
1 parent 72741e9 commit f56e837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game-list-service/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func gameListService(w http.ResponseWriter, r *http.Request, ps httprouter.Param
Soap: "http://schemas.xmlsoap.org/soap/envelope/",
Xsi: "http://www.w3.org/2001/XMLSchema-instance",
Xsd: "http://www.w3.org/2001/XMLSchema",
PublishedGameCount: gameCount, // fixme
PublishedGameCount: gameCount,
Games: games,
}
log.Info("Listing games")
Expand Down

0 comments on commit f56e837

Please sign in to comment.