From 50c8d003f39f968b0625d475148bc7f3bad2a320 Mon Sep 17 00:00:00 2001 From: xillkey Date: Tue, 14 May 2024 01:39:59 +0800 Subject: [PATCH] the wrong param name of "upscale" --- web_app/src/lib/api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_app/src/lib/api.ts b/web_app/src/lib/api.ts index e137f49..f77e38e 100644 --- a/web_app/src/lib/api.ts +++ b/web_app/src/lib/api.ts @@ -135,7 +135,7 @@ export async function runPlugin( body: JSON.stringify({ name, image: imageBase64, - upscale, + scale:upscale, clicks, }), })