the wrong param name of "upscale"

This commit is contained in:
xillkey 2024-05-14 01:39:59 +08:00 committed by GitHub
parent 031846c8fd
commit 50c8d003f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -135,7 +135,7 @@ export async function runPlugin(
body: JSON.stringify({ body: JSON.stringify({
name, name,
image: imageBase64, image: imageBase64,
upscale, scale:upscale,
clicks, clicks,
}), }),
}) })