Skip to content

Commit 9b3af87

Browse files
committed
fix(trigger): don't count skipped empty rows as processed
1 parent 3ebdcff commit 9b3af87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/sim/lib/webhooks/polling/google-sheets.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,6 @@ async function processRows(
397397
// Skip empty rows — don't fire a workflow run with no data.
398398
if (!row || row.length === 0) {
399399
logger.info(`[${requestId}] Skipping empty row ${rowNumber} for webhook ${webhookData.id}`)
400-
processedCount++
401400
continue
402401
}
403402

0 commit comments

Comments
 (0)