Update ImageGeneration.vue

This commit is contained in:
Believethehype
2024-10-03 00:02:12 +02:00
parent 4401c73586
commit 3db2eb09ca

View File

@@ -294,11 +294,11 @@ async function listen() {
}
}
if (dvms.filter(i => i.id === jsonentry.id).length === 0) {
dvms.push(jsonentry)
}
}
//miniToastr.showMessage("DVM: " + dvmname, "Received Results", VueNotifications.types.success)
dvms.find(i => i.id === event.author.toHex()).result = event.content
dvms.find(i => i.id === event.author.toHex()).status = "finished"