We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c80918 commit 62d0663Copy full SHA for 62d0663
supabase/functions/_backend/utils/stripe_event.ts
@@ -1,5 +1,5 @@
1
import type { Context } from 'hono'
2
-import type { MeteredData, StripeData } from './stripe.ts'
+import type { StripeData } from './stripe.ts'
3
import type { Database } from './supabase.types.ts'
4
import Stripe from 'stripe'
5
import { cloudlog, cloudlogErr } from './logging.ts'
0 commit comments