mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-26 11:42:39 +00:00
remove a silly rule
This commit is contained in:
@@ -12,9 +12,6 @@ module.exports = {
|
||||
thumbnail : [
|
||||
(value)=>{
|
||||
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