Fixup merge error

This commit is contained in:
Nick O'Leary
2020-09-21 14:43:03 +01:00
parent 6f25337b99
commit 460e1f5563

View File

@@ -88,7 +88,7 @@ var api = module.exports = {
return reject(err);
}
}
apiPromise = runtime.nodes.setFlows(flows.flows,flows.credentials,deploymentType,null,null,opts.user);
apiPromise = runtime.flows.setFlows(flows.flows,flows.credentials,deploymentType,null,null,opts.user);
}
apiPromise.then(function(flowId) {
return resolve({rev:flowId});