Skip to content

Commit 4a73398

Browse files
committed
go away #303
1 parent 6afb666 commit 4a73398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick-start/src/main/ui/app/deploy/deploy.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export class DeployService {
5050
this.errors = status.errors;
5151
} else if (message.headers.destination === '/topic/deploy-status') {
5252
let status: any = JSON.parse(message.body);
53-
this._lastDeployed = (resp.deployed) ? moment(resp.lastModified) : null;
53+
this._lastDeployed = (status.deployed) ? moment(status.lastModified) : null;
5454
this.onDeploy.emit(status);
5555
}
5656
}

0 commit comments

Comments
 (0)