mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-12 10:18:31 +00:00
refactor: run formatter
This commit is contained in:
@@ -26,10 +26,7 @@
|
||||
};
|
||||
|
||||
const formSchema = z.object({
|
||||
name: z
|
||||
.string()
|
||||
.min(3)
|
||||
.max(50),
|
||||
name: z.string().min(3).max(50),
|
||||
description: z.string().default(''),
|
||||
expiresAt: z.date().min(new Date(), m.expiration_date_must_be_in_the_future())
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user