Skip to content
Snippets Groups Projects
Commit d8e9de1d authored by Sander van Harmelen's avatar Sander van Harmelen
Browse files

Fix issue #734

parent 457d4d01
No related branches found
No related tags found
No related merge requests found
......@@ -405,7 +405,7 @@ func (s *AwardEmojiService) createAwardEmojiOnNote(pid interface{}, resource str
noteID,
)
req, err := s.client.NewRequest("POST", u, nil, options)
req, err := s.client.NewRequest("POST", u, opt, options)
if err != nil {
return nil, nil, err
}
......
......@@ -14,6 +14,7 @@
// limitations under the License.
//
// Package gitlab implements a GitLab API client.
package gitlab
import (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment