Skip to content

Commit

Permalink
Update sales.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
devkiran committed Dec 23, 2024
1 parent c79f00f commit 290b397
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/web/lib/zod/schemas/sales.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import z from "@/lib/zod";
import { SaleStatus } from "@dub/prisma/client";
import { clickEventSchema, clickEventSchemaTB } from "./clicks";
import { CustomerSchema } from "./customers";
import { commonDeprecatedEventFields } from "./deprecated";
Expand Down Expand Up @@ -85,7 +84,6 @@ export const saleEventSchemaTB = clickEventSchemaTB
customer_id: z.string(),
payment_processor: z.string(),
amount: z.number(),
// status: z.nativeEnum(SaleStatus),
status: z.string().default(""),
invoice_id: z.string().default(""),
currency: z.string().default("usd"),
Expand Down

0 comments on commit 290b397

Please sign in to comment.