mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
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