1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00

fix leak tree script

This commit is contained in:
Sérgio Ramos 2017-03-07 17:04:56 +00:00
parent 9cdfda0e64
commit b11306038d

View File

@ -113,7 +113,7 @@ const tree = module.exports.tree = async ({
})
}));
return transform(res);
return transform(JSON.parse(res.body));
};
if (!module.parent) {