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 {