Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
getGraph: ['getLnd', ({getLnd}, cbk) => {
return getNetworkGraph({lnd: getLnd.lnd}, cbk);
}], getGraph: ['validate', ({}, cbk) => getNetworkGraph({lnd}, cbk)], getGraph: ['lnd', ({lnd}, cbk) => getNetworkGraph({lnd}, cbk)],