diff --git a/apps/web/app/api/stripe/integration/webhook/customer-created.ts b/apps/web/app/api/stripe/integration/webhook/customer-created.ts index 9198e246d..b21a1a8e6 100644 --- a/apps/web/app/api/stripe/integration/webhook/customer-created.ts +++ b/apps/web/app/api/stripe/integration/webhook/customer-created.ts @@ -1,4 +1,4 @@ -import { prepareEarnings } from "@/lib/api/earnings/create-earnings"; +import { prepareEarnings } from "@/lib/api/earnings/prepare-earnings"; import { includeTags } from "@/lib/api/links/include-tags"; import { createId } from "@/lib/api/utils"; import { getClickEvent, recordLead } from "@/lib/tinybird";