This commit is contained in:
Thomas E Lackey 2024-02-15 14:09:25 -06:00
parent 5160a3f692
commit 4f0fb236bd

View File

@ -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;