mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02:58 +08:00
Remove call to non-exist endpoint /component/get_unresolved (#1338)
This commit is contained in:
parent
af39d3e520
commit
30abab5925
@ -1125,17 +1125,6 @@ export class CustomNodesManager {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const resUnresolved = await fetchData(`/component/get_unresolved`);
|
|
||||||
const unresolved = resUnresolved.data;
|
|
||||||
if (unresolved && unresolved.nodes) {
|
|
||||||
unresolved.nodes.forEach(node_type => {
|
|
||||||
const url = name_to_urls[node_type];
|
|
||||||
if(url) {
|
|
||||||
missing_nodes.add(url);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
const hashMap = {};
|
const hashMap = {};
|
||||||
this.custom_nodes.forEach(item => {
|
this.custom_nodes.forEach(item => {
|
||||||
if (item.files.some(file => missing_nodes.has(file))) {
|
if (item.files.some(file => missing_nodes.has(file))) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user