Skip to content

Commit 8eed8e2

Browse files
Style: removed unused func
1 parent 7d79a57 commit 8eed8e2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

signature/signature.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@ func (v *Validator) ValidSignature(ts, rqp string, b []byte, rs string) bool {
104104
return hmac.Equal(drs, es)
105105
}
106106

107-
func (v *Validator) Error(w http.ResponseWriter, r *http.Request) {
108-
109-
}
110-
111107
// ValidRequest is a method that takes care of the signature validation of
112108
// incoming requests
113109
// To use just wrap your handler with it:

0 commit comments

Comments
 (0)