From 646a65f8148be81f814c06c68d2ca2899a3654db Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 28 Jan 2024 04:23:58 -0500 Subject: [PATCH] fix: need to use group tag --- api/s5.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/s5.go b/api/s5.go index 4d794a9..22697e6 100644 --- a/api/s5.go +++ b/api/s5.go @@ -39,7 +39,7 @@ type S5ApiParams struct { Identity ed25519.PrivateKey Accounts *account.AccountServiceImpl Storage *storage.StorageServiceImpl - Protocols []protoRegistry.Protocol + Protocols []protoRegistry.Protocol `group:"protocol"` HttpHandler s5.HttpHandler }