Skip to content

Commit

Permalink
Store param is unused.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Du committed Nov 19, 2018
1 parent 55bd8b1 commit 09371b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type Response struct {
Error string `json:"error,omitempty"`
}

func registerHandlers(mux *http.ServeMux, store storage.Storage) {
func registerHandlers(mux *http.ServeMux, _ storage.Storage) {
registerHealthHandler(mux)
}

Expand Down

0 comments on commit 09371b9

Please sign in to comment.