Merge branch 'develop' of codeberg.org:calckey/calckey into develop
This commit is contained in:
commit
18eed9607b
|
@ -66,7 +66,7 @@ const nameSchema = { type: "string", minLength: 1, maxLength: 50 } as const;
|
||||||
const descriptionSchema = {
|
const descriptionSchema = {
|
||||||
type: "string",
|
type: "string",
|
||||||
minLength: 1,
|
minLength: 1,
|
||||||
maxLength: 500,
|
maxLength: 2048,
|
||||||
} as const;
|
} as const;
|
||||||
const locationSchema = { type: "string", minLength: 1, maxLength: 50 } as const;
|
const locationSchema = { type: "string", minLength: 1, maxLength: 50 } as const;
|
||||||
const birthdaySchema = {
|
const birthdaySchema = {
|
||||||
|
|
Loading…
Reference in New Issue