Closed kiddouk closed 5 years ago
Trying the build trigger call today and I noticed that it fails because the fn_wrapper cannot access the callback.
trigger
fn_wrapper
this is due to an extra null at https://github.com/node-gitlab/node-gitlab/blob/develop/src/Models/ProjectBuilds.coffee#L17
null
PR incoming.
Trying the build
trigger
call today and I noticed that it fails because thefn_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#L17PR incoming.