Merge pull request #14495 from akx/fix-js-lint

Fix lint issue from 501993eb
This commit is contained in:
AUTOMATIC1111 2024-01-01 21:02:47 +03:00 committed by GitHub
commit ac3cc1adc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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