Skip to content

Commit 62d0663

Browse files
committed
fix: lint
1 parent 3c80918 commit 62d0663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supabase/functions/_backend/utils/stripe_event.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Context } from 'hono'
2-
import type { MeteredData, StripeData } from './stripe.ts'
2+
import type { StripeData } from './stripe.ts'
33
import type { Database } from './supabase.types.ts'
44
import Stripe from 'stripe'
55
import { cloudlog, cloudlogErr } from './logging.ts'

0 commit comments

Comments
 (0)