aboutsummaryrefslogtreecommitdiff
path: root/http
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2023-01-04 02:44:59 +0000
committerJulio Capote <jcapote@gmail.com>2023-01-04 02:44:59 +0000
commit87f34305cf1a5d3b11beadc9497f9cf21f230a3d (patch)
tree7fc9a0ec8c43ddd453ae2d147536ca470435263e /http
parentb7b4d0affe3e76c2a4eaac1aff9759d83625c6c6 (diff)
downloadcommunique-87f34305cf1a5d3b11beadc9497f9cf21f230a3d.tar.gz
typo
Diffstat (limited to 'http')
-rw-r--r--http/router.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/router.go b/http/router.go
index be2a128..456ed27 100644
--- a/http/router.go
+++ b/http/router.go
@@ -78,7 +78,7 @@ func (s *Router) Start(zapWriter io.Writer) {
buf.ReadFrom(c.Request.Body)
payload := buf.String()
log.With(
- "payload",
+ "signature",
c.GetHeader("Signature"),
).With(
"content-type",