Skip to content

Commit

Permalink
fix bad ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Russell committed Dec 11, 2018
1 parent f85716c commit d98ee62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ func handleNewOrOld(w http.ResponseWriter, jsonBuffer []byte) {
handleOld(w, jsonBuffer)
} else {
switch wrapper.RequestType {
case api.RequestVersion2:
case api.RequestV2Tag:
handleV2(w, jsonBuffer)
default:
// TODO Add metric
Expand Down

0 comments on commit d98ee62

Please sign in to comment.