mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-13 03:43:09 +02:00
いい感じに
This commit is contained in:
parent
b1195e5bfd
commit
85f43b49cf
1 changed files with 15 additions and 17 deletions
|
@ -79,8 +79,7 @@ class NumberValidator extends ValidatorCore {
|
|||
}
|
||||
}
|
||||
|
||||
const it = (value) => {
|
||||
return {
|
||||
const it = (value: any) => ({
|
||||
must: {
|
||||
be: {
|
||||
a: {
|
||||
|
@ -96,8 +95,7 @@ const it = (value) => {
|
|||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
});
|
||||
|
||||
export default it;
|
||||
|
||||
|
|
Loading…
Reference in a new issue