remove extra semi-colon

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

View File

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