Fix jwt-token
This commit is contained in:
@@ -240,7 +240,8 @@ const setupDatabase = async () => {
|
||||
channels: ['sms']
|
||||
},
|
||||
cooldown_minutes: 30,
|
||||
is_active: true
|
||||
is_active: true,
|
||||
tenant_id: defaultTenant.id
|
||||
}
|
||||
]);
|
||||
console.log(`✅ Created ${alertRules.length} sample alert rules`);
|
||||
|
||||
Reference in New Issue
Block a user