From dc338dc881ead40723f0540aac7fe894f58b174d Mon Sep 17 00:00:00 2001 From: Tobi Smethurst <31960611+tsmethurst@users.noreply.github.com> Date: Sun, 9 May 2021 20:34:27 +0200 Subject: Webfinger + Small fixes (#20) --- internal/message/instanceprocess.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/message/instanceprocess.go') diff --git a/internal/message/instanceprocess.go b/internal/message/instanceprocess.go index 16a5594de..0b0f15501 100644 --- a/internal/message/instanceprocess.go +++ b/internal/message/instanceprocess.go @@ -18,5 +18,5 @@ func (p *processor) InstanceGet(domain string) (*apimodel.Instance, ErrorWithCod return nil, NewErrorInternalError(fmt.Errorf("error converting instance to api representation: %s", err)) } - return ai, nil + return ai, nil } -- cgit v1.2.3