moul / node-gitlab

DEPRECATED, see https://github.com/node-gitlab/node-gitlab
https://npmjs.org/package/gitlab
Other
470 stars 140 forks source link

buildTrigger POST requests fails #134

Closed kiddouk closed 5 years ago

kiddouk commented 8 years ago

Trying the build trigger call today and I noticed that it fails because the fn_wrapper cannot access the callback.

this is due to an extra null at https://github.com/node-gitlab/node-gitlab/blob/develop/src/Models/ProjectBuilds.coffee#L17

PR incoming.