diff --git a/submit.go b/submit.go index 438fab2..d18e43b 100644 --- a/submit.go +++ b/submit.go @@ -369,7 +369,7 @@ func (s *submitServer) parseRequest(w http.ResponseWriter, req *http.Request, re } } - if p.UserText == "googleplaytester2" { + if strings.TrimSpace(p.UserText) == "googleplaytester2" { log.Println("Dropping report with title googleplaytester2") w.Header().Set("Content-Type", "application/json") w.WriteHeader(200)