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

View File

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