mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +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 = {};
|
||||
this.custom_nodes.forEach(item => {
|
||||
if (item.files.some(file => missing_nodes.has(file))) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user