Skip to content

Commit

Permalink
Lint yarn clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel090 committed Jan 23, 2024
1 parent 24e9724 commit 2c49fc3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const numberInString = z.string().transform((val, ctx) => {
}
return val;
});

const BedAdministrationSchema = z.object({
bedId: z.string().min(5).max(255),
description: z.string().max(255),
Expand Down

0 comments on commit 2c49fc3

Please sign in to comment.