Merge pull request #30285 from overleaf/ls-skip-webhook-event-for-admin-user-id-removal

Skip webhook event for admin user id removal

GitOrigin-RevId: f5b3b3543bf4efcbf0d99caa6325259132823c77
This commit is contained in:
Liangjun Song
2025-12-12 09:06:36 +00:00
committed by Copybot
parent c6fc921c11
commit 2706c91b25
@@ -143,7 +143,6 @@ async function main(trackProgress) {
const listParams = {
limit: 100, // Stripe's maximum limit per request
status: 'all', // Include subscriptions in all statuses (active, past_due, unpaid, canceled, etc.)
}
let hasMore = true