Fix jwt-token

This commit is contained in:
2025-09-22 06:02:41 +02:00
parent 1ed5edad0c
commit 69081233e0
2 changed files with 49 additions and 41 deletions

View File

@@ -582,7 +582,7 @@ module.exports = {
comment: 'Alert priority level'
},
min_threat_level: {
type: Sequelize.ENUM('monitoring', 'low', 'medium', 'high', 'critical'),
type: Sequelize.ENUM('monitoring', 'low', 'medium', 'high', 'critical'),
allowNull: true,
comment: 'Minimum threat level required to trigger alert'
},