This commit is contained in:
Rizky 2024-06-27 01:18:12 -07:00
parent 7dbb096fc0
commit 5ecd254a66
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ async ({ form, error, fm }: IForm) => {
if (list.length > 1) { if (list.length > 1) {
try { try {
index++; index++;
if (index < list.length - 1) { if (index <= list.length - 1) {
await exec_query_bulk(list[index], list, index); await exec_query_bulk(list[index], list, index);
} }
} catch (ex) {} } catch (ex) {}