Skip to content

Commit

Permalink
fix: incorrect method name
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaibmujahid committed May 3, 2020
1 parent 35bf243 commit 6444fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion issuelinktype.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,5 @@ func (s *IssueLinkTypeService) DeleteWithContext(ctx context.Context, ID string)

// Delete wraps DeleteWithContext using the background context.
func (s *IssueLinkTypeService) Delete(ID string) (*Response, error) {
return s.linkType(context.Background(), ID)
return s.DeleteWithContext(context.Background(), ID)
}

0 comments on commit 6444fba

Please sign in to comment.