Skip to content

Commit

Permalink
Remove outdated line in example.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdee committed Oct 11, 2023
1 parent bf0fb12 commit 28c4d94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/0.19-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ response, err := beaconBlockProvider.SignedBeaconBlock(ctx, &api.SignedBeaconBlo
Block: "999999999999",
})
if err != nil {
var badInputErr *BadInputError
var apiErr *api.Error
if errors.As(err, &apiErr) {
switch apiErr.StatusCode {
Expand Down

0 comments on commit 28c4d94

Please sign in to comment.