|
|
- apierrors.NewErrPassThroughToClient(fmt.Errorf("Error getting branch %s for repository %s/%s. Error: %w", branch, owner, name, err), http.StatusConflict),
|
|
|
+ http.StatusConflict, fmt.Sprintf("Error getting branch %s for repository %s/%s: %v", branch, owner, name, err))
|