Skip to content

Commit a258c5c

Browse files
committed
Revert "fix: prevent tracking install stats event for single installs"
This reverts commit 22f2014.
1 parent aed767a commit a258c5c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

supabase/functions/_backend/triggers/cron_email.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,9 +349,7 @@ async function handleDeployInstallStats(
349349
window_hours: '24',
350350
}
351351

352-
if (install_count_24h > 1) {
353-
await trackBentoEvent(c, email, metadata, 'bundle:install_stats_24h')
354-
}
352+
await trackBentoEvent(c, email, metadata, 'bundle:install_stats_24h')
355353

356354
return c.json(BRES)
357355
}

0 commit comments

Comments
 (0)