remove extra semi-colon

This commit is contained in:
Gavroche CryptoRUSH 2023-04-13 16:38:02 -04:00 committed by GitHub
parent 5b57df5424
commit e891b3e251

View File

@ -871,7 +871,7 @@ class SaveImage:
"filename": file,
"subfolder": subfolder,
"type": self.type
});
})
counter += 1
return { "ui": { "images": results } }