Skip to content

Commit

Permalink
Types: remove brand from driverID
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Jun 9, 2024
1 parent 1880a88 commit fc32add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zods/motion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const matchesDefaultRail = (

export const Voltage = z.nativeEnum(StepperVoltage);

export const DriverID = z.string().brand('StepperDriverID');
export const DriverID = z.string();

export const Driver = z
.object({
Expand Down

0 comments on commit fc32add

Please sign in to comment.