mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 18:32:40 +00:00
remove a silly rule
This commit is contained in:
@@ -12,9 +12,6 @@ module.exports = {
|
|||||||
thumbnail : [
|
thumbnail : [
|
||||||
(value)=>{
|
(value)=>{
|
||||||
return value?.length > 5 ? 'Max URL length of 5 characters' : null;
|
return value?.length > 5 ? 'Max URL length of 5 characters' : null;
|
||||||
},
|
|
||||||
(value)=>{
|
|
||||||
return (value ?? '')[0] !== 'W' ? 'URL must start with W' : null;
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user