From 4f0fb236bd4a2956e429f8c566541e4145078819 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Thu, 15 Feb 2024 14:09:25 -0600 Subject: [PATCH] Typo --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 844c015..17c5e6a 100644 --- a/src/main.ts +++ b/src/main.ts @@ -37,7 +37,7 @@ app.get('/', async (_req, res) => { r.logAvailable = null != logForRequest(r.id); // If we know something more specific in the local state, use that ... if (deployerState[r.id]) { - switch (deployerState[r.id].state) { + switch (deployerState[r.id].status) { case 'DEPLOYED': { r.lastState = deployerState[r.id].status; break;