From 5934130f347b84033aaae5d2880a0ae619815d2f Mon Sep 17 00:00:00 2001 From: Dmytro Vovk Date: Sun, 29 Sep 2024 15:29:44 +0200 Subject: [PATCH] return dot --- internal/erigon_node/profile.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/erigon_node/profile.go b/internal/erigon_node/profile.go index 9dc3e14..0e1a379 100644 --- a/internal/erigon_node/profile.go +++ b/internal/erigon_node/profile.go @@ -25,8 +25,6 @@ func (c *NodeClient) FindProfile(ctx context.Context, profile string) ([]byte, e return nil, fmt.Errorf("Error fetching profile content: %v", err) } - push erigonwatch release and update diagnostics deps - var content ProfileContent if err := json.Unmarshal(result, &content); err != nil {