mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30: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) {
|
if (!module.parent) {
|
||||||
|
Loading…
Reference in New Issue
Block a user