Skip to content

Commit

Permalink
fix: an issue with V1 option
Browse files Browse the repository at this point in the history
  • Loading branch information
niekcandaele committed Jun 25, 2024
1 parent 3fa7b9f commit f8bfcfe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export const validationSchema = baseShape.and(
adminToken: z.string().min(1, { message: 'Admin token cannot be empty' }).optional(),
useTls: z.boolean().optional(),
useCPM: z.boolean().optional(),
useV1: z.boolean().optional(),
}),
}),

Expand Down

0 comments on commit f8bfcfe

Please sign in to comment.