Migrate cafy to 14.0 (#4240)
This commit is contained in:
parent
b083430011
commit
5aa58da918
77 changed files with 334 additions and 345 deletions
|
|
@ -32,11 +32,11 @@ export const meta = {
|
|||
},
|
||||
|
||||
text: {
|
||||
validator: $.str.optional.pipe(isValidText)
|
||||
validator: $.optional.str.pipe(isValidText)
|
||||
},
|
||||
|
||||
fileId: {
|
||||
validator: $.type(ID).optional,
|
||||
validator: $.optional.type(ID),
|
||||
transform: transform,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue