Skip to content

Commit 8c3d97c

Browse files
e7217gmlewis
andauthored
Update github/sub_issue.go
Co-authored-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com>
1 parent 42e1772 commit 8c3d97c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github/sub_issue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ type SubIssueRequest struct {
5050
//
5151
//meta:operation DELETE /repos/{owner}/{repo}/issues/{issue_number}/sub_issue
5252
func (s *SubIssueService) Remove(ctx context.Context, owner, repo string, subIssueNumber int64, subIssue SubIssueRequest) (*SubIssue, *Response, error) {
53-
u := fmt.Sprintf("repos/%v/%v/issues/%d/sub_issues", owner, repo, subIssueNumber)
53+
u := fmt.Sprintf("repos/%v/%v/issues/%v/sub_issues", owner, repo, subIssueNumber)
5454

5555
req, err := s.client.NewRequest("DELETE", u, subIssue)
5656
if err != nil {

0 commit comments

Comments
 (0)