mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-09-29 09:03:13 +02:00
Update ImageGeneration.vue
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user