Handle DC for WAS counting

This commit is contained in:
phl0
2025-12-02 08:39:37 +01:00
parent 0f1301126d
commit 4ca7bb4635
2 changed files with 9 additions and 3 deletions

View File

@@ -1360,9 +1360,6 @@ class Awards extends CI_Controller {
}
}
// DC is combined with MD - copy MD status to DC for map display
$states['DC'] = $states['MD'];
header('Content-Type: application/json');
echo json_encode($states);
}