From 70566c48fe8776ad6eba6c73776544d136c8229d Mon Sep 17 00:00:00 2001 From: Kiran K Date: Wed, 5 Feb 2025 00:30:24 +0530 Subject: [PATCH] Update customer-created.ts --- apps/web/app/api/stripe/integration/webhook/customer-created.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";