Skip to content

Commit

Permalink
fix(testing): debugging gopenpgp error
Browse files Browse the repository at this point in the history
Attempting to get the go-proton-api to continue to see what the body of
the response actually contains.
  • Loading branch information
major0 committed Jan 18, 2025
1 parent 523eaf9 commit 5f7ade6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ func (c *Client) doRes(ctx context.Context, fn func(*resty.Request) (*resty.Resp
return nil, fmt.Errorf("failed to retry request: %w", err)
}
}

// Attempt to continue with what we have
err = nil
}

return res, err
Expand Down

0 comments on commit 5f7ade6

Please sign in to comment.