fix leak tree script
This commit is contained in:
parent
9cdfda0e64
commit
b11306038d
@ -113,7 +113,7 @@ const tree = module.exports.tree = async ({
|
||||
})
|
||||
}));
|
||||
|
||||
return transform(res);
|
||||
return transform(JSON.parse(res.body));
|
||||
};
|
||||
|
||||
if (!module.parent) {
|
||||
|
Loading…
Reference in New Issue
Block a user