diff --git a/src/dag/get.js b/src/dag/get.js index af3fa55e7..989d5373b 100644 --- a/src/dag/get.js +++ b/src/dag/get.js @@ -20,23 +20,12 @@ module.exports = (send) => { } options = options || {} + path = path || '' if (CID.isCID(cid)) { cid = cid.toBaseEncodedString() } - if (typeof cid === 'string') { - const split = cid.split('/') - cid = split[0] - split.shift() - - if (split.length > 0) { - path = split.join('/') - } else { - path = '/' - } - } - waterfall([ cb => { send({