crows
This commit is contained in:
parent
7e82150b24
commit
348845fb6e
@ -68,7 +68,7 @@ export class AuthService {
|
||||
|
||||
do {
|
||||
rowsBatch = await cursor.getRows(100); // Fetch 100 rows at a time
|
||||
crows = rows.concat(rowsBatch); // Append fetched rows to the main array
|
||||
crows = crows.concat(rowsBatch); // Append fetched rows to the main array
|
||||
} while (rowsBatch.length > 0);
|
||||
|
||||
console.log('Rows fetched:', crows);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user