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;