Merge pull request #524 from xillkey/main

the wrong param name of "upscale"
This commit is contained in:
Qing
2024-05-19 15:04:26 +08:00
committed by GitHub

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,
}), }),
}) })