Skip to content

Commit

Permalink
return dot
Browse files Browse the repository at this point in the history
  • Loading branch information
dvovk committed Sep 29, 2024
1 parent 905d264 commit 5934130
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/erigon_node/profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5934130

Please sign in to comment.