From b2187bde4e3e55cf9091410956c1e96bacbb08f6 Mon Sep 17 00:00:00 2001 From: John Pinkyfloyd Date: Mon, 9 Feb 2026 12:17:36 -0800 Subject: [PATCH] Fix null BeaconShardID handling in debug endpoint --- api/debug/serenata.cfm | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/api/debug/serenata.cfm b/api/debug/serenata.cfm index e33da5b..eef601b 100644 --- a/api/debug/serenata.cfm +++ b/api/debug/serenata.cfm @@ -14,11 +14,15 @@ - - SELECT ID, UUID, IsActive - FROM BeaconShards - WHERE ID = - + + + SELECT ID, UUID, IsActive + FROM BeaconShards + WHERE ID = + + + + SELECT ID, Name, BeaconMinor, IsActive