Typo
This commit is contained in:
parent
5160a3f692
commit
4f0fb236bd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user