Description not required changed

This commit is contained in:
unknown 2025-12-11 17:10:59 +05:30
parent 3d33569f09
commit f81046a95a

View File

@ -30,7 +30,7 @@ module.exports = (sequelize, DataTypes) => {
allowNull: true,
validate: {
len: {
args: [1, 1000],
args: [0, 1000],
msg: "HS Description is too long. Maximum allowed length is 1000 characters."
}}
},