Skip to content

Commit

Permalink
fix: handle bucket full for pss send
Browse files Browse the repository at this point in the history
  • Loading branch information
aloknerurkar committed Jun 10, 2021
1 parent 3ec4e0b commit 217e558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/pss.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (s *server) pssPostHandler(w http.ResponseWriter, r *http.Request) {
if err != nil {
s.logger.Debugf("pss send payload: %v. topic: %s", err, topicVar)
s.logger.Error("pss send payload")
jsonhttp.InternalServerError(w, nil)
mappedHTTPErr(w, err, nil)
return
}

Expand Down

0 comments on commit 217e558

Please sign in to comment.