Fix jwt-token

This commit is contained in:
2025-09-15 21:48:38 +02:00
parent eb0303dbd7
commit 32339de9eb
5 changed files with 116 additions and 50 deletions

View File

@@ -365,7 +365,7 @@ describe('Drone Detection Advanced Processing', () => {
let threatScore = 0;
// Base threat from drone type
switch (droneInfo.threatLevel) {
switch (droneInfo.threat_level) {
case 'critical': threatScore += 4; break;
case 'high': threatScore += 3; break;
case 'medium': threatScore += 2; break;