Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-sentry committed Jun 6, 2024
1 parent d3feda3 commit 4803f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/account/useInvoices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const InvoiceSchema = z.object({
amountDue: z.number(),
amountPaid: z.number(),
created: z.number(),
currency: z.string().nullable(),
currency: z.string(),
customerAddress: z.string().nullable(),
customerEmail: z.string().nullable(),
customerName: z.string().nullable(),
Expand Down

0 comments on commit 4803f63

Please sign in to comment.