This commit is contained in:
qwertzman-png 2023-04-21 08:31:59 +02:00 committed by GitHub
parent b1677a80f3
commit 3680b75f88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ class ComfyApi extends EventTarget {
this.dispatchEvent(new CustomEvent("executed", { detail: msg.data }));
break;
}
lastMessage = i;
lastMessage = msg.poll_id;
});
}, 2000)
}