|
|
|
@ -258,7 +258,7 @@ func (s ReactionsService) CreatePullRequestCommentReaction(owner, repo string, i |
|
|
|
//
|
|
|
|
// GitHub API docs: https://developer.github.com/v3/reaction/reactions/#delete-a-reaction-archive
|
|
|
|
func (s *ReactionsService) DeleteReaction(id int) (*Response, error) { |
|
|
|
u := fmt.Sprintf("/reactions/%v", id) |
|
|
|
u := fmt.Sprintf("reactions/%v", id) |
|
|
|
|
|
|
|
req, err := s.client.NewRequest("DELETE", u, nil) |
|
|
|
if err != nil { |
|
|
|
|