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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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