Skip to content

Commit c87649b

Browse files
author
zoidbergwill
committed
Whoops
1 parent 86ff9f8 commit c87649b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ func handleJob(cfg *libhoney.Config, w http.ResponseWriter, body []byte) {
204204
fmt.Fprintf(w, "Thanks!\n")
205205
}
206206

207-
func handleRequest(defaultConfig *libhoney.Config, w http.ResponseWriter, req *http.Request) {
207+
func handleRequest(cfg *libhoney.Config, w http.ResponseWriter, req *http.Request) {
208208
if req.Method != http.MethodPost {
209209
http.Error(w, "Unsupported method", http.StatusMethodNotAllowed)
210210
return

0 commit comments

Comments
 (0)