chore: remove unused validation

This commit is contained in:
amhsirak
2025-04-01 23:29:57 +05:30
parent f7c261ecf9
commit 7e0c44865b

View File

@@ -60,13 +60,6 @@ User.init(
proxy_username: {
type: DataTypes.STRING,
allowNull: true,
// validate: {
// isProxyPasswordRequired(value: string | null) {
// if (value && !this.proxy_password) {
// throw new Error('Proxy password is required when proxy username is provided');
// }
// },
// },
},
proxy_password: {
type: DataTypes.STRING,