Fix jwt-token
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user