From e9124914cd6b05502cb5dd7f34720b27657560aa Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Wed, 4 Jan 2023 21:15:57 -0500 Subject: refactor verification into verifier tool, start follow/undo --- http/router.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'http/router.go') diff --git a/http/router.go b/http/router.go index 456ed27..fcbd7d2 100644 --- a/http/router.go +++ b/http/router.go @@ -88,7 +88,7 @@ func (s *Router) Start(zapWriter io.Writer) { payload, ).Debug("received item") actorParam := c.Param("actor") - err := s.registry.Inbox(actorParam, c.Request) + err := s.registry.Inbox(actorParam, c.Request, buf.Bytes()) resource := map[string]interface{}{} render(c, resource, err) }) -- cgit v1.2.3