From da4224ba232001ee55685560131faa98ac72456d Mon Sep 17 00:00:00 2001 From: eater <=@eater.me> Date: Mon, 5 Aug 2019 23:32:26 +0200 Subject: [PATCH] look i no want --- http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http.go b/http.go index 23f09a6..c6f8827 100644 --- a/http.go +++ b/http.go @@ -207,7 +207,7 @@ func (it *httpServer) verifyRequest(r *http.Request, v interface{}) (error) { return err } - body = make([]byte, len(encBody)) + body := make([]byte, len(encBody)) cipher.Decrypt(body, encBody) err = json.Unmarshal(body, v)