clean commit

This commit is contained in:
Lt.Dr.Data 2023-04-25 12:01:32 +09:00
parent 55e46e708e
commit 79a07bb813

View File

@ -145,7 +145,7 @@ export class ComfyApp {
if(this.widgets) {
widgets = this.widgets.map(({ type, name, value }) => ({ type, name, value }));
}
let img = new Image();
var imgs = undefined;
if(this.imgs != undefined) {