Skip to content

Commit 1755379

Browse files
Fix linter
1 parent 5851c3c commit 1755379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schemas/pricing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ export const pricingSchema = z.object({
1919
name: z.string(),
2020
icon: z.string(),
2121
products: z.array(pricingProductSchema),
22-
});
22+
});

0 commit comments

Comments
 (0)