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 7c90e17 commit 980a0d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const BedTagAdministrationSchema = z.object({
);
},
{
message: "Bed tag name must not contain numbers",
message: "Bed tag must not contain numbers",
}
),
});
Expand Down

0 comments on commit 980a0d6

Please sign in to comment.