From 4b922466fb98ab32eb81736071fbcdb5b5de5f07 Mon Sep 17 00:00:00 2001 From: AlexandrLitkevich Date: Fri, 31 Jan 2025 13:20:39 +0300 Subject: [PATCH] aeon:added the ability to connect from the config Closes #TNTP-1073 --- cli/aeon/cmd/connect.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/aeon/cmd/connect.go b/cli/aeon/cmd/connect.go index d153b9c64..d84272ccd 100644 --- a/cli/aeon/cmd/connect.go +++ b/cli/aeon/cmd/connect.go @@ -20,5 +20,4 @@ type ConnectCtx struct { Network string // Address is a connection URL, unix socket address and etc. Address string - }