Fix lint issue from 501993eb

This commit is contained in:
Aarni Koskela 2024-01-01 19:20:54 +02:00
parent 501993ebf2
commit c32c51a0fc
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ function submit() {
}
function submit_txt2img_upscale() {
res = submit.apply(null, arguments);
var res = submit(...arguments);
res[2] = selected_gallery_index();