Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
underbluewaters committed Oct 25, 2024
1 parent 94f983d commit 41fde02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/h3-filter-ingest/add-geohashes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ async function processBatch(

// Function to incrementally process all rows
async function processAllRows(stop: Stop): Promise<void> {
console.log(stop);
try {
// Get the total count of rows to process
const countResult: { count: number }[] = await all(
Expand Down

0 comments on commit 41fde02

Please sign in to comment.